#05532C

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

Shades of British Racing Green #05532C

Tints of British Racing Green #05532C

Color information

#05532C (or 0x05532C) is unknown color: approx British Racing Green. HEX triplet: 05, 53 and 2C. RGB value is (5,83,44). Sum of RGB (Red+Green+Blue) = 5+83+44=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #05532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05532C is #FAACD3. Grayscale: #373737. Windows color (decimal): -16428244 or 2904837. OLE color: 2904837.

HSL color Cylindrical-coordinate representation of color #05532C: hue angle of 150º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05532C is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB58344-
CMYK0.9400.470.67
HSL150º88.64%17.25%-
HSV(B)150º93.98%32.55%-
XYZ3.616.43.43-
YUV55.23121.6692.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 83 (32.81% from 255) = 62.88%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=3.79%
G=62.88%
B=33.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583440.9400.470.6715088.6417.25
Hex5532C5E02F43965911
Octal51235413605710322613121
Binary101101001110110010111100101111100001110010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05532C; }

 p { color: rgb(5,83,44); }

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

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

 a { background-color: rgb(5,83,44); }

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

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

 span { border-color: rgb(5,83,44); }

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