Html Css Color HEX #015C18 Crusoe

📋 copy color: '#015C18'

red 1 ◦ green 92 ◦ blue 24

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

Shades of Crusoe #015C18

Tints of Crusoe #015C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 78.63%

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

R = 0.85%
G = 78.63%
B = 20.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#015C18 (or 0x015C18) is known color: Crusoe. HEX triplet: 01, 5C and 18. RGB value is (1,92,24). Sum of RGB (Red+Green+Blue) = 1+92+24=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #015C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C18 is #FEA3E7. Grayscale: #393939. Windows color (decimal): -16688104 or 1596417. OLE color: 1596417.

HSL color Cylindrical-coordinate representation of color #015C18: hue angle of 135.16º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C18 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 92 24 -
CMYK 0.99 0 0.74 0.64
HSL 135.16º 0.98% 0.18% -
HSV(B) 135.16º 0.99% 0.36% -
XYZ 4 7.73 2.14 -
YUV 57.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 1 92 24 0.99 0 0.74 0.64 135.16 0.98 0.18
Hex 1 5C 18 63 0 4A 40 87 62 12
Octal 1 134 30 143 0 112 100 207 142 22
Binary 1 1011100 11000 1100011 0 1001010 1000000 10000111 1100010 10010

Color Harmonies of #015C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C18

Black with #015C18

Text Example


Text Example

White with #015C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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