Html Css Color HEX #015C20 Crusoe

📋 copy color: '#015C20'

red 1 ◦ green 92 ◦ blue 32

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

Shades of Crusoe #015C20

Tints of Crusoe #015C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 0.8%
G = 73.6%
B = 25.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#015C20 (or 0x015C20) is known color: Crusoe. HEX triplet: 01, 5C and 20. RGB value is (1,92,32). Sum of RGB (Red+Green+Blue) = 1+92+32=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 92 (36.33% from 255 or 73.6% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 92 - color contains mainly: green. Hex color #015C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C20 is #FEA3DF. Grayscale: #3A3A3A. Windows color (decimal): -16688096 or 2120705. OLE color: 2120705.

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

Color convert

RGB 1 92 32 -
CMYK 0.99 0 0.65 0.64
HSL 140.44º 0.98% 0.18% -
HSV(B) 140.44º 0.99% 0.36% -
XYZ 4.1 7.77 2.65 -
YUV 57.95 113.35 87.38 -
System Red Green Blue C M Y K H S L
Decimal 1 92 32 0.99 0 0.65 0.64 140.44 0.98 0.18
Hex 1 5C 20 63 0 41 40 8C 62 12
Octal 1 134 40 143 0 101 100 214 142 22
Binary 1 1011100 100000 1100011 0 1000001 1000000 10001100 1100010 10010

Color Harmonies of #015C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C20

Black with #015C20

Text Example


Text Example

White with #015C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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