#005520

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

Shades of British Racing Green #005520

Tints of British Racing Green #005520

Color information

#005520 (or 0x005520) is unknown color: approx British Racing Green. HEX triplet: 00, 55 and 20. RGB value is (0,85,32). Sum of RGB (Red+Green+Blue) = 0+85+32=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #005520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005520 is #FFAADF. Grayscale: #353535. Windows color (decimal): -16755424 or 2118912. OLE color: 2118912.

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

Color convert

RGB08532-
CMYK100.620.67
HSL142.59º100%16.67%-
HSV(B)142.59º100%33.33%-
XYZ3.516.62.46-
YUV53.54115.8489.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 72.65%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=0%
G=72.65%
B=27.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08532100.620.67142.5910016.67
Hex055206403E438f6411
Octal01254014407610321714421
Binary0101010110000011001000111110100001110001111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005520; }

 p { color: rgb(0,85,32); }

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

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

 a { background-color: rgb(0,85,32); }

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

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

 span { border-color: rgb(0,85,32); }

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