#005337

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

Shades of British Racing Green #005337

Tints of British Racing Green #005337

Color information

#005337 (or 0x005337) is unknown color: approx British Racing Green. HEX triplet: 00, 53 and 37. RGB value is (0,83,55). Sum of RGB (Red+Green+Blue) = 0+83+55=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #005337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005337 is #FFACC8. Grayscale: #373737. Windows color (decimal): -16755913 or 3625728. OLE color: 3625728.

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

Color convert

RGB08355-
CMYK100.340.67
HSL159.76º100%16.27%-
HSV(B)159.76º100%32.55%-
XYZ3.786.464.66-
YUV54.9912888.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=0%
G=60.14%
B=39.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08355100.340.67159.7610016.27
Hex053376402243a06410
Octal01236714404210324014420
Binary0101001111011111001000100010100001110100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005337; }

 p { color: rgb(0,83,55); }

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

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

 a { background-color: rgb(0,83,55); }

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

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

 span { border-color: rgb(0,83,55); }

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