#015634

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

Shades of British Racing Green #015634

Tints of British Racing Green #015634

Color information

#015634 (or 0x015634) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 34. RGB value is (1,86,52). Sum of RGB (Red+Green+Blue) = 1+86+52=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #015634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015634 is #FEA9CB. Grayscale: #383838. Windows color (decimal): -16689612 or 3429889. OLE color: 3429889.

HSL color Cylindrical-coordinate representation of color #015634: hue angle of 156º 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 #015634 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB18652-
CMYK0.9900.400.66
HSL156º97.7%17.06%-
HSV(B)156º98.84%33.73%-
XYZ3.966.914.37-
YUV56.71125.3488.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 86 (33.98% from 255) = 61.87%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=0.72%
G=61.87%
B=37.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186520.9900.400.6615697.717.06
Hex1563463028429c6211
Octal11266414305010223414221
Binary1101011011010011000110101000100001010011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015634; }

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

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

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

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

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

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

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

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