#005517

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

Shades of British Racing Green #005517

Tints of British Racing Green #005517

Color information

#005517 (or 0x005517) is unknown color: approx British Racing Green. HEX triplet: 00, 55 and 17. RGB value is (0,85,23). Sum of RGB (Red+Green+Blue) = 0+85+23=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #005517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005517 is #FFAAE8. Grayscale: #343434. Windows color (decimal): -16755433 or 1529088. OLE color: 1529088.

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

Color convert

RGB08523-
CMYK100.730.67
HSL136.24º100%16.67%-
HSV(B)136.24º100%33.33%-
XYZ3.46.561.9-
YUV52.52111.3490.54-

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) = 78.70%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=0%
G=78.70%
B=21.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08523100.730.67136.2410016.67
Hex055176404943886411
Octal012527144011110321014421
Binary0101010110111110010001001001100001110001000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005517; }

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

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

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

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

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

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

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

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