#054921

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

Shades of British Racing Green #054921

Tints of British Racing Green #054921

Color information

#054921 (or 0x054921) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 21. RGB value is (5,73,33). Sum of RGB (Red+Green+Blue) = 5+73+33=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #054921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054921 is #FAB6DE. Grayscale: #303030. Windows color (decimal): -16430815 or 2181381. OLE color: 2181381.

HSL color Cylindrical-coordinate representation of color #054921: hue angle of 144.71º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054921 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB57333-
CMYK0.9300.550.71
HSL144.71º87.18%15.29%-
HSV(B)144.71º93.15%28.63%-
XYZ2.724.912.24-
YUV48.11119.4797.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 73 (28.91% from 255) = 65.77%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=4.50%
G=65.77%
B=29.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573330.9300.550.71144.7187.1815.29
Hex549215D037479157f
Octal51114113506710722112717
Binary10110010011000011011101011011110001111001000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054921; }

 p { color: rgb(5,73,33); }

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

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

 a { background-color: rgb(5,73,33); }

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

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

 span { border-color: rgb(5,73,33); }

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