#015635

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

Shades of British Racing Green #015635

Tints of British Racing Green #015635

Color information

#015635 (or 0x015635) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 35. RGB value is (1,86,53). Sum of RGB (Red+Green+Blue) = 1+86+53=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #015635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015635 is #FEA9CA. Grayscale: #383838. Windows color (decimal): -16689611 or 3495425. OLE color: 3495425.

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

Color convert

RGB18653-
CMYK0.9900.380.66
HSL156.71º97.7%17.06%-
HSV(B)156.71º98.84%33.73%-
XYZ3.986.924.49-
YUV56.82125.8488.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 86 (33.98% from 255) = 61.43%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=0.71%
G=61.43%
B=37.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186530.9900.380.66156.7197.717.06
Hex1563563026429d6211
Octal11266514304610223514221
Binary1101011011010111000110100110100001010011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015635; }

 p { color: rgb(1,86,53); }

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

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

 a { background-color: rgb(1,86,53); }

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

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

 span { border-color: rgb(1,86,53); }

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