Html Css Color HEX #054920 British Racing Green

📋 copy color: '#054920'

red 5 ◦ green 73 ◦ blue 32

#054920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #054920

Tints of British Racing Green #054920

RGB

 RED value IS 5 (2.34% from 255) = 4.55%

 GREEN value IS 73 (28.91% from 255) = 66.36%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 4.55%
G = 66.36%
B = 29.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#054920 (or 0x054920) is known color: British Racing Green. HEX triplet: 05, 49 and 20. RGB value is (5,73,32). Sum of RGB (Red+Green+Blue) = 5+73+32=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #054920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054920 is #FAB6DF. Grayscale: #303030. Windows color (decimal): -16430816 or 2115845. OLE color: 2115845.

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

Color convert

RGB 5 73 32 -
CMYK 0.93 0 0.56 0.71
HSL 143.82º 0.87% 0.15% -
HSV(B) 143.82º 0.93% 0.29% -
XYZ 2.71 4.9 2.17 -
YUV 47.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 5 73 32 0.93 0 0.56 0.71 143.82 0.87 0.15
Hex 5 49 20 5D 0 38 47 90 57 F
Octal 5 111 40 135 0 70 107 220 127 17
Binary 101 1001001 100000 1011101 0 111000 1000111 10010000 1010111 1111

Color Harmonies of #054920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054920

Black with #054920

Text Example


Text Example

White with #054920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054920; }

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

 H1.HeaderClassName
 {
   color: #054920;
 }
 .AnyTagClassName
 {
   color: #054920;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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