#05522E

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

Shades of British Racing Green #05522E

Tints of British Racing Green #05522E

Color information

#05522E (or 0x05522E) is unknown color: approx British Racing Green. HEX triplet: 05, 52 and 2E. RGB value is (5,82,46). Sum of RGB (Red+Green+Blue) = 5+82+46=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #05522E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05522E is #FAADD1. Grayscale: #363636. Windows color (decimal): -16428498 or 3035653. OLE color: 3035653.

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

Color convert

RGB58246-
CMYK0.9400.440.68
HSL151.95º88.51%17.06%-
HSV(B)151.95º93.9%32.16%-
XYZ3.576.263.61-
YUV54.87122.9992.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 82 (32.42% from 255) = 61.65%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=3.76%
G=61.65%
B=34.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582460.9400.440.68151.9588.5117.06
Hex5522E5E02C44985911
Octal51225613605410423013121
Binary101101001010111010111100101100100010010011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05522E; }

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

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

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

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

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

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

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

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