#055227

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

Shades of British Racing Green #055227

Tints of British Racing Green #055227

Color information

#055227 (or 0x055227) is unknown color: approx British Racing Green. HEX triplet: 05, 52 and 27. RGB value is (5,82,39). Sum of RGB (Red+Green+Blue) = 5+82+39=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #055227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055227 is #FAADD8. Grayscale: #363636. Windows color (decimal): -16428505 or 2576901. OLE color: 2576901.

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

Color convert

RGB58239-
CMYK0.9400.520.68
HSL146.49º88.51%17.06%-
HSV(B)146.49º93.9%32.16%-
XYZ3.456.212.94-
YUV54.08119.4993-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 82 (32.42% from 255) = 65.08%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=3.97%
G=65.08%
B=30.95%

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
Decimal582390.9400.520.68146.4988.5117.06
Hex552275E03444925911
Octal51224713606410422213121
Binary101101001010011110111100110100100010010010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055227; }

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

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

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

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

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

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

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

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