Html Css Color HEX #015931 Crusoe

📋 copy color: '#015931'

red 1 ◦ green 89 ◦ blue 49

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

Shades of Crusoe #015931

Tints of Crusoe #015931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 0.72%
G = 64.03%
B = 35.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#015931 (or 0x015931) is known color: Crusoe. HEX triplet: 01, 59 and 31. RGB value is (1,89,49). Sum of RGB (Red+Green+Blue) = 1+89+49=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #015931 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015931 is #FEA6CE. Grayscale: #3A3A3A. Windows color (decimal): -16688847 or 3234049. OLE color: 3234049.

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

Color convert

RGB 1 89 49 -
CMYK 0.99 0 0.45 0.65
HSL 152.73º 0.98% 0.18% -
HSV(B) 152.73º 0.99% 0.35% -
XYZ 4.14 7.37 4.11 -
YUV 58.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 1 89 49 0.99 0 0.45 0.65 152.73 0.98 0.18
Hex 1 59 31 63 0 2D 41 99 62 12
Octal 1 131 61 143 0 55 101 231 142 22
Binary 1 1011001 110001 1100011 0 101101 1000001 10011001 1100010 10010

Color Harmonies of #015931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015931

Black with #015931

Text Example


Text Example

White with #015931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015931; }

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

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

background-color css

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

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

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

border-color css

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

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

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