#005521

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

Shades of British Racing Green #005521

Tints of British Racing Green #005521

Color information

#005521 (or 0x005521) is unknown color: approx British Racing Green. HEX triplet: 00, 55 and 21. RGB value is (0,85,33). Sum of RGB (Red+Green+Blue) = 0+85+33=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #005521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005521 is #FFAADE. Grayscale: #353535. Windows color (decimal): -16755423 or 2184448. OLE color: 2184448.

HSL color Cylindrical-coordinate representation of color #005521: hue angle of 143.29º 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 #005521 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB08533-
CMYK100.610.67
HSL143.29º100%16.67%-
HSV(B)143.29º100%33.33%-
XYZ3.526.612.53-
YUV53.66116.3489.73-

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.03%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=0%
G=72.03%
B=27.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08533100.610.67143.2910016.67
Hex055216403D438f6411
Octal01254114407510321714421
Binary0101010110000111001000111101100001110001111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005521; }

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

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

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

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

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

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

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

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