#045017

Color #045017 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #045017

Tints of British Racing Green #045017

Color information

#045017 (or 0x045017) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 17. RGB value is (4,80,23). Sum of RGB (Red+Green+Blue) = 4+80+23=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #045017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045017 is #FBAFE8. Grayscale: #323232. Windows color (decimal): -16494569 or 1527812. OLE color: 1527812.

HSL color Cylindrical-coordinate representation of color #045017: hue angle of 135º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045017 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB48023-
CMYK0.9500.710.69
HSL135º90.48%16.47%-
HSV(B)135º95%31.37%-
XYZ3.075.821.77-
YUV50.78112.3294.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 80 (31.64% from 255) = 74.77%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=3.74%
G=74.77%
B=21.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480230.9500.710.6913590.4816.47
Hex450175F04745875a10
Octal412027137010710520713220
Binary100101000010111101111101000111100010110000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045017; }

 p { color: rgb(4,80,23); }

 H1.HeaderClassName
 {
   color: #045017;
 }
 .AnyTagClassName
 {
   color: #045017;
 }
</style>
background-color css

<style>
 a { background-color: #045017; }

 a { background-color: rgb(4,80,23); }

 div.DivClassName
 {
   background-color: #045017;
 }
 .BgClassName
 {
   background-color: #045017;
 }
</style>
border-color css

<style>
 span { border-color: #045017; }

 span { border-color: rgb(4,80,23); }

 td.TdClassName
 {
   border-color: #045017;
 }
 .TagClassName
 {
   border-color: #045017;
 }
</style>