Html Css Color HEX #055224 British Racing Green

📋 copy color: '#055224'

red 5 ◦ green 82 ◦ blue 36

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

Shades of British Racing Green #055224

Tints of British Racing Green #055224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 66.67%

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 4.07%
G = 66.67%
B = 29.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#055224 (or 0x055224) is known color: British Racing Green. HEX triplet: 05, 52 and 24. RGB value is (5,82,36). Sum of RGB (Red+Green+Blue) = 5+82+36=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #055224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055224 is #FAADDB. Grayscale: #353535. Windows color (decimal): -16428508 or 2380293. OLE color: 2380293.

HSL color Cylindrical-coordinate representation of color #055224: hue angle of 144.16º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055224 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 36 -
CMYK 0.94 0 0.56 0.68
HSL 144.16º 0.89% 0.17% -
HSV(B) 144.16º 0.94% 0.32% -
XYZ 3.4 6.19 2.69 -
YUV 53.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 5 82 36 0.94 0 0.56 0.68 144.16 0.89 0.17
Hex 5 52 24 5E 0 38 44 90 59 11
Octal 5 122 44 136 0 70 104 220 131 21
Binary 101 1010010 100100 1011110 0 111000 1000100 10010000 1011001 10001

Color Harmonies of #055224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055224

Black with #055224

Text Example


Text Example

White with #055224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055224; }

 p { color: rgb(5,82,36); }

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

background-color css

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

 a { background-color: rgb(5,82,36); }

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

border-color css

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

 span { border-color: rgb(5,82,36); }

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