Html Css Color HEX #015624 British Racing Green

📋 copy color: '#015624'

red 1 ◦ green 86 ◦ blue 36

#015624
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #015624

Tints of British Racing Green #015624

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

 GREEN value IS 86 (33.98% from 255) = 69.92%

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 0.81%
G = 69.92%
B = 29.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#015624 (or 0x015624) is known color: British Racing Green. HEX triplet: 01, 56 and 24. RGB value is (1,86,36). Sum of RGB (Red+Green+Blue) = 1+86+36=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 86 (33.98% from 255 or 69.92% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 86 - color contains mainly: green. Hex color #015624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015624 is #FEA9DB. Grayscale: #363636. Windows color (decimal): -16689628 or 2381313. OLE color: 2381313.

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

Color convert

RGB 1 86 36 -
CMYK 0.99 0 0.58 0.66
HSL 144.71º 0.98% 0.17% -
HSV(B) 144.71º 0.99% 0.34% -
XYZ 3.66 6.79 2.79 -
YUV 54.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 1 86 36 0.99 0 0.58 0.66 144.71 0.98 0.17
Hex 1 56 24 63 0 3A 42 91 62 11
Octal 1 126 44 143 0 72 102 221 142 21
Binary 1 1010110 100100 1100011 0 111010 1000010 10010001 1100010 10001

Color Harmonies of #015624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015624

Black with #015624

Text Example


Text Example

White with #015624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015624; }

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

 H1.HeaderClassName
 {
   color: #015624;
 }
 .AnyTagClassName
 {
   color: #015624;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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