Html Css Color HEX #015824 Crusoe

📋 copy color: '#015824'

red 1 ◦ green 88 ◦ blue 36

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

Shades of Crusoe #015824

Tints of Crusoe #015824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 70.4%

 BLUE value IS 36 (14.45% from 255) = 28.8%

R = 0.8%
G = 70.4%
B = 28.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#015824 (or 0x015824) is known color: Crusoe. HEX triplet: 01, 58 and 24. RGB value is (1,88,36). Sum of RGB (Red+Green+Blue) = 1+88+36=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #015824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015824 is #FEA7DB. Grayscale: #383838. Windows color (decimal): -16689116 or 2381825. OLE color: 2381825.

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

Color convert

RGB 1 88 36 -
CMYK 0.99 0 0.59 0.65
HSL 144.14º 0.98% 0.17% -
HSV(B) 144.14º 0.99% 0.35% -
XYZ 3.82 7.11 2.84 -
YUV 56.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 1 88 36 0.99 0 0.59 0.65 144.14 0.98 0.17
Hex 1 58 24 63 0 3B 41 90 62 11
Octal 1 130 44 143 0 73 101 220 142 21
Binary 1 1011000 100100 1100011 0 111011 1000001 10010000 1100010 10001

Color Harmonies of #015824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015824

Black with #015824

Text Example


Text Example

White with #015824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015824; }

 p { color: rgb(1,88,36); }

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

background-color css

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

 a { background-color: rgb(1,88,36); }

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

border-color css

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

 span { border-color: rgb(1,88,36); }

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