Html Css Color HEX #015635 British Racing Green

📋 copy color: '#015635'

red 1 ◦ green 86 ◦ blue 53

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

Shades of British Racing Green #015635

Tints of British Racing Green #015635

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 value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 1 86 53 -
CMYK 0.99 0 0.38 0.66
HSL 156.71º 0.98% 0.17% -
HSV(B) 156.71º 0.99% 0.34% -
XYZ 3.98 6.92 4.49 -
YUV 56.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 1 86 53 0.99 0 0.38 0.66 156.71 0.98 0.17
Hex 1 56 35 63 0 26 42 9D 62 11
Octal 1 126 65 143 0 46 102 235 142 21
Binary 1 1010110 110101 1100011 0 100110 1000010 10011101 1100010 10001

Color Harmonies of #015635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015635

Black with #015635

Text Example


Text Example

White with #015635

Text Example


Text Example

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