Html Css Color HEX #015A20 Crusoe

📋 copy color: '#015A20'

red 1 ◦ green 90 ◦ blue 32

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

Shades of Crusoe #015A20

Tints of Crusoe #015A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 73.17%

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

R = 0.81%
G = 73.17%
B = 26.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#015A20 (or 0x015A20) is known color: Crusoe. HEX triplet: 01, 5A and 20. RGB value is (1,90,32). Sum of RGB (Red+Green+Blue) = 1+90+32=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #015A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A20 is #FEA5DF. Grayscale: #383838. Windows color (decimal): -16688608 or 2120193. OLE color: 2120193.

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

Color convert

RGB 1 90 32 -
CMYK 0.99 0 0.64 0.65
HSL 140.9º 0.98% 0.18% -
HSV(B) 140.9º 0.99% 0.35% -
XYZ 3.93 7.42 2.59 -
YUV 56.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 1 90 32 0.99 0 0.64 0.65 140.9 0.98 0.18
Hex 1 5A 20 63 0 40 41 8D 62 12
Octal 1 132 40 143 0 100 101 215 142 22
Binary 1 1011010 100000 1100011 0 1000000 1000001 10001101 1100010 10010

Color Harmonies of #015A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A20

Black with #015A20

Text Example


Text Example

White with #015A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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