#054319

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

Shades of British Racing Green #054319

Tints of British Racing Green #054319

Color information

#054319 (or 0x054319) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 19. RGB value is (5,67,25). Sum of RGB (Red+Green+Blue) = 5+67+25=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #054319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054319 is #FABCE6. Grayscale: #2B2B2B. Windows color (decimal): -16432359 or 1655557. OLE color: 1655557.

HSL color Cylindrical-coordinate representation of color #054319: hue angle of 139.35º 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 #054319 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB56725-
CMYK0.9300.630.74
HSL139.35º86.11%14.12%-
HSV(B)139.35º92.54%26.27%-
XYZ2.254.121.6-
YUV43.67117.46100.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 67 (26.56% from 255) = 69.07%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=5.15%
G=69.07%
B=25.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567250.9300.630.74139.3586.1114.12
Hex543195D03F4A8b56e
Octal51033113507711221312616
Binary1011000011110011011101011111110010101000101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054319; }

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

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

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

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

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

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

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

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