Html Css Color HEX #055124 British Racing Green

📋 copy color: '#055124'

red 5 ◦ green 81 ◦ blue 36

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

Shades of British Racing Green #055124

Tints of British Racing Green #055124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 66.39%

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

R = 4.1%
G = 66.39%
B = 29.51%

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

#055124 (or 0x055124) is known color: British Racing Green. HEX triplet: 05, 51 and 24. RGB value is (5,81,36). Sum of RGB (Red+Green+Blue) = 5+81+36=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #055124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055124 is #FAAEDB. Grayscale: #353535. Windows color (decimal): -16428764 or 2380037. OLE color: 2380037.

HSL color Cylindrical-coordinate representation of color #055124: hue angle of 144.47º degrees, saturation: 0.88, 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 #055124 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 81 36 -
CMYK 0.94 0 0.56 0.68
HSL 144.47º 0.88% 0.17% -
HSV(B) 144.47º 0.94% 0.32% -
XYZ 3.32 6.04 2.66 -
YUV 53.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 5 81 36 0.94 0 0.56 0.68 144.47 0.88 0.17
Hex 5 51 24 5E 0 38 44 90 58 11
Octal 5 121 44 136 0 70 104 220 130 21
Binary 101 1010001 100100 1011110 0 111000 1000100 10010000 1011000 10001

Color Harmonies of #055124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055124

Black with #055124

Text Example


Text Example

White with #055124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055124; }

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

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

background-color css

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

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

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

border-color css

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

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

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