Html Css Color HEX #015818 Crusoe

📋 copy color: '#015818'

red 1 ◦ green 88 ◦ blue 24

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

Shades of Crusoe #015818

Tints of Crusoe #015818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 0.88%
G = 77.88%
B = 21.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#015818 (or 0x015818) is known color: Crusoe. HEX triplet: 01, 58 and 18. RGB value is (1,88,24). Sum of RGB (Red+Green+Blue) = 1+88+24=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #015818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015818 is #FEA7E7. Grayscale: #363636. Windows color (decimal): -16689128 or 1595393. OLE color: 1595393.

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

Color convert

RGB 1 88 24 -
CMYK 0.99 0 0.73 0.65
HSL 135.86º 0.98% 0.17% -
HSV(B) 135.86º 0.99% 0.35% -
XYZ 3.67 7.05 2.03 -
YUV 54.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 1 88 24 0.99 0 0.73 0.65 135.86 0.98 0.17
Hex 1 58 18 63 0 49 41 88 62 11
Octal 1 130 30 143 0 111 101 210 142 21
Binary 1 1011000 11000 1100011 0 1001001 1000001 10001000 1100010 10001

Color Harmonies of #015818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015818

Black with #015818

Text Example


Text Example

White with #015818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015818; }

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

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

background-color css

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

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

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

border-color css

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

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

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