#055127

Color #055127 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #055127

Tints of British Racing Green #055127

Color information

#055127 (or 0x055127) is unknown color: approx 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

RGB58139-
CMYK0.9400.520.68
HSL146.84º88.37%16.86%-
HSV(B)146.84º93.83%31.76%-
XYZ3.376.062.91-
YUV53.49119.8293.42-

RGB Variations

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

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.62% from 255) = 31.2%
R=4%
G=64.8%
B=31.2%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581390.9400.520.68146.8488.3716.86
Hex551275E03444935811
Octal51214713606410422313021
Binary101101000110011110111100110100100010010010011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>