Html Css Color HEX #054220 British Racing Green

📋 copy color: '#054220'

red 5 ◦ green 66 ◦ blue 32

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

Shades of British Racing Green #054220

Tints of British Racing Green #054220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.08%

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

R = 4.85%
G = 64.08%
B = 31.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#054220 (or 0x054220) is known color: British Racing Green. HEX triplet: 05, 42 and 20. RGB value is (5,66,32). Sum of RGB (Red+Green+Blue) = 5+66+32=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #054220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054220 is #FABDDF. Grayscale: #2B2B2B. Windows color (decimal): -16432608 or 2114053. OLE color: 2114053.

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

Color convert

RGB 5 66 32 -
CMYK 0.92 0 0.52 0.74
HSL 146.56º 0.86% 0.14% -
HSV(B) 146.56º 0.92% 0.26% -
XYZ 2.27 4.03 2.03 -
YUV 43.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 5 66 32 0.92 0 0.52 0.74 146.56 0.86 0.14
Hex 5 42 20 5C 0 34 4A 93 56 E
Octal 5 102 40 134 0 64 112 223 126 16
Binary 101 1000010 100000 1011100 0 110100 1001010 10010011 1010110 1110

Color Harmonies of #054220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054220

Black with #054220

Text Example


Text Example

White with #054220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054220; }

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

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

background-color css

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

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

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

border-color css

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

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

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