#055222

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

Shades of British Racing Green #055222

Tints of British Racing Green #055222

Color information

#055222 (or 0x055222) is unknown color: approx British Racing Green. HEX triplet: 05, 52 and 22. RGB value is (5,82,34). Sum of RGB (Red+Green+Blue) = 5+82+34=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #055222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055222 is #FAADDD. Grayscale: #353535. Windows color (decimal): -16428510 or 2249221. OLE color: 2249221.

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

Color convert

RGB58234-
CMYK0.9400.590.68
HSL142.6º88.51%17.06%-
HSV(B)142.6º93.9%32.16%-
XYZ3.376.182.53-
YUV53.5116.9993.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=4.13%
G=67.77%
B=28.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582340.9400.590.68142.688.5117.06
Hex552225E03B448f5911
Octal51224213607310421713121
Binary101101001010001010111100111011100010010001111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055222; }

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

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

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

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

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

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

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

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