#054318

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

Shades of British Racing Green #054318

Tints of British Racing Green #054318

Color information

#054318 (or 0x054318) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 18. RGB value is (5,67,24). Sum of RGB (Red+Green+Blue) = 5+67+24=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #054318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054318 is #FABCE7. Grayscale: #2B2B2B. Windows color (decimal): -16432360 or 1590021. OLE color: 1590021.

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

Color convert

RGB56724-
CMYK0.9300.640.74
HSL138.39º86.11%14.12%-
HSV(B)138.39º92.54%26.27%-
XYZ2.234.111.54-
YUV43.56116.96100.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 67 (26.56% from 255) = 69.79%
BLUE value IS 24 (9.77% from 255) = 25%
R=5.21%
G=69.79%
B=25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567240.9300.640.74138.3986.1114.12
Hex543185D0404A8a56e
Octal510330135010011221212616
Binary10110000111100010111010100000010010101000101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054318; }

 p { color: rgb(5,67,24); }

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

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

 a { background-color: rgb(5,67,24); }

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

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

 span { border-color: rgb(5,67,24); }

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