Html Css Color HEX #055127 British Racing Green

📋 copy color: '#055127'

red 5 ◦ green 81 ◦ blue 39

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

Shades of British Racing Green #055127

Tints of British Racing Green #055127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.2%

R = 4%
G = 64.8%
B = 31.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#055127 (or 0x055127) is known color: British Racing Green. HEX triplet: 05, 51 and 27. RGB value is (5,81,39). Sum of RGB (Red+Green+Blue) = 5+81+39=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #055127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055127 is #FAAED8. Grayscale: #353535. Windows color (decimal): -16428761 or 2576645. OLE color: 2576645.

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

Color convert

RGB 5 81 39 -
CMYK 0.94 0 0.52 0.68
HSL 146.84º 0.88% 0.17% -
HSV(B) 146.84º 0.94% 0.32% -
XYZ 3.37 6.06 2.91 -
YUV 53.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 5 81 39 0.94 0 0.52 0.68 146.84 0.88 0.17
Hex 5 51 27 5E 0 34 44 93 58 11
Octal 5 121 47 136 0 64 104 223 130 21
Binary 101 1010001 100111 1011110 0 110100 1000100 10010011 1011000 10001

Color Harmonies of #055127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055127

Black with #055127

Text Example


Text Example

White with #055127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055127; }

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

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

background-color css

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

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

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

border-color css

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

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

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