Html Css Color HEX #015912 Crusoe

📋 copy color: '#015912'

red 1 ◦ green 89 ◦ blue 18

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

Shades of Crusoe #015912

Tints of Crusoe #015912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 82.41%

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

R = 0.93%
G = 82.41%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#015912 (or 0x015912) is known color: Crusoe. HEX triplet: 01, 59 and 12. RGB value is (1,89,18). Sum of RGB (Red+Green+Blue) = 1+89+18=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #015912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015912 is #FEA6ED. Grayscale: #363636. Windows color (decimal): -16688878 or 1202433. OLE color: 1202433.

HSL color Cylindrical-coordinate representation of color #015912: hue angle of 131.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015912 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 89 18 -
CMYK 0.99 0 0.80 0.65
HSL 131.59º 0.98% 0.18% -
HSV(B) 131.59º 0.99% 0.35% -
XYZ 3.69 7.19 1.77 -
YUV 54.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 1 89 18 0.99 0 0.80 0.65 131.59 0.98 0.18
Hex 1 59 12 63 0 50 41 84 62 12
Octal 1 131 22 143 0 120 101 204 142 22
Binary 1 1011001 10010 1100011 0 1010000 1000001 10000100 1100010 10010

Color Harmonies of #015912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015912

Black with #015912

Text Example


Text Example

White with #015912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015912; }

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

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

background-color css

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

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

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

border-color css

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

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

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