Html Css Color HEX #015634 British Racing Green

📋 copy color: '#015634'

red 1 ◦ green 86 ◦ blue 52

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

Shades of British Racing Green #015634

Tints of British Racing Green #015634

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.7% from 255) = 37.41%

R = 0.72%
G = 61.87%
B = 37.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#015634 (or 0x015634) is known color: 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

RGB 1 86 52 -
CMYK 0.99 0 0.40 0.66
HSL 156º 0.98% 0.17% -
HSV(B) 156º 0.99% 0.34% -
XYZ 3.96 6.91 4.37 -
YUV 56.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 1 86 52 0.99 0 0.40 0.66 156 0.98 0.17
Hex 1 56 34 63 0 28 42 9C 62 11
Octal 1 126 64 143 0 50 102 234 142 21
Binary 1 1010110 110100 1100011 0 101000 1000010 10011100 1100010 10001

Color Harmonies of #015634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015634

Black with #015634

Text Example


Text Example

White with #015634

Text Example


Text Example

HTML Codes & Css Web 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>