#055027

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

Shades of British Racing Green #055027

Tints of British Racing Green #055027

Color information

#055027 (or 0x055027) is unknown color: approx British Racing Green. HEX triplet: 05, 50 and 27. RGB value is (5,80,39). Sum of RGB (Red+Green+Blue) = 5+80+39=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #055027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055027 is #FAAFD8. Grayscale: #343434. Windows color (decimal): -16429017 or 2576389. OLE color: 2576389.

HSL color Cylindrical-coordinate representation of color #055027: hue angle of 147.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055027 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB58039-
CMYK0.9400.510.69
HSL147.2º88.24%16.67%-
HSV(B)147.2º93.75%31.37%-
XYZ3.35.922.89-
YUV52.9120.1593.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 80 (31.64% from 255) = 64.52%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=4.03%
G=64.52%
B=31.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580390.9400.510.69147.288.2416.67
Hex550275E03345935811
Octal51204713606310522313021
Binary101101000010011110111100110011100010110010011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055027; }

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

 H1.HeaderClassName
 {
   color: #055027;
 }
 .AnyTagClassName
 {
   color: #055027;
 }
</style>
background-color css

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

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

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

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

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

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