#005735

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

Shades of British Racing Green #005735

Tints of British Racing Green #005735

Color information

#005735 (or 0x005735) is unknown color: approx British Racing Green. HEX triplet: 00, 57 and 35. RGB value is (0,87,53). Sum of RGB (Red+Green+Blue) = 0+87+53=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #005735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005735 is #FFA8CA. Grayscale: #393939. Windows color (decimal): -16754891 or 3495680. OLE color: 3495680.

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

Color convert

RGB08753-
CMYK100.390.66
HSL156.55º100%17.06%-
HSV(B)156.55º100%34.12%-
XYZ4.057.074.52-
YUV57.11125.6887.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 62.14%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=0%
G=62.14%
B=37.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal08753100.390.66156.5510017.06
Hex0573564027429d6411
Octal01276514404710223514421
Binary0101011111010111001000100111100001010011101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005735; }

 p { color: rgb(0,87,53); }

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

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

 a { background-color: rgb(0,87,53); }

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

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

 span { border-color: rgb(0,87,53); }

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