#005510

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

Shades of British Racing Green #005510

Tints of British Racing Green #005510

Color information

#005510 (or 0x005510) is unknown color: approx British Racing Green. HEX triplet: 00, 55 and 10. RGB value is (0,85,16). Sum of RGB (Red+Green+Blue) = 0+85+16=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #005510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005510 is #FFAAEF. Grayscale: #333333. Windows color (decimal): -16755440 or 1070336. OLE color: 1070336.

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

Color convert

RGB08516-
CMYK100.810.67
HSL131.29º100%16.67%-
HSV(B)131.29º100%33.33%-
XYZ3.346.531.58-
YUV51.72107.8491.11-

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) = 84.16%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=0%
G=84.16%
B=15.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08516100.810.67131.2910016.67
Hex055106405143836411
Octal012520144012110320314421
Binary0101010110000110010001010001100001110000011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005510; }

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

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

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

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

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

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

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

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