Html Css Color HEX #015612 Crusoe

📋 copy color: '#015612'

red 1 ◦ green 86 ◦ blue 18

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

Shades of Crusoe #015612

Tints of Crusoe #015612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 0.95%
G = 81.9%
B = 17.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#015612 (or 0x015612) is known color: Crusoe. HEX triplet: 01, 56 and 12. RGB value is (1,86,18). Sum of RGB (Red+Green+Blue) = 1+86+18=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 86 (33.98% from 255 or 81.90% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 86 - color contains mainly: green. Hex color #015612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015612 is #FEA9ED. Grayscale: #353535. Windows color (decimal): -16689646 or 1201665. OLE color: 1201665.

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

Color convert

RGB 1 86 18 -
CMYK 0.99 0 0.79 0.66
HSL 132º 0.98% 0.17% -
HSV(B) 132º 0.99% 0.34% -
XYZ 3.45 6.71 1.68 -
YUV 52.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 1 86 18 0.99 0 0.79 0.66 132 0.98 0.17
Hex 1 56 12 63 0 4F 42 84 62 11
Octal 1 126 22 143 0 117 102 204 142 21
Binary 1 1010110 10010 1100011 0 1001111 1000010 10000100 1100010 10001

Color Harmonies of #015612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015612

Black with #015612

Text Example


Text Example

White with #015612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015612; }

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

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

background-color css

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

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

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

border-color css

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

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

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