#054417

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

Shades of British Racing Green #054417

Tints of British Racing Green #054417

Color information

#054417 (or 0x054417) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 17. RGB value is (5,68,23). Sum of RGB (Red+Green+Blue) = 5+68+23=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #054417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054417 is #FABBE8. Grayscale: #2C2C2C. Windows color (decimal): -16432105 or 1524741. OLE color: 1524741.

HSL color Cylindrical-coordinate representation of color #054417: hue angle of 137.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054417 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB56823-
CMYK0.9300.660.73
HSL137.14º86.3%14.31%-
HSV(B)137.14º92.65%26.67%-
XYZ2.284.231.51-
YUV44.03116.13100.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 68 (26.95% from 255) = 70.83%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=5.21%
G=70.83%
B=23.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568230.9300.660.73137.1486.314.31
Hex544175D042498956e
Octal510427135010211121112616
Binary10110001001011110111010100001010010011000100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054417; }

 p { color: rgb(5,68,23); }

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

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

 a { background-color: rgb(5,68,23); }

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

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

 span { border-color: rgb(5,68,23); }

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