Html Css Color HEX #156020 Crusoe

📋 copy color: '#156020'

red 21 ◦ green 96 ◦ blue 32

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

Shades of Crusoe #156020

Tints of Crusoe #156020

RGB

 RED value IS 21 (8.59% from 255) = 14.09%

 GREEN value IS 96 (37.89% from 255) = 64.43%

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

R = 14.09%
G = 64.43%
B = 21.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#156020 (or 0x156020) is known color: Crusoe. HEX triplet: 15, 60 and 20. RGB value is (21,96,32). Sum of RGB (Red+Green+Blue) = 21+96+32=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #156020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156020 is #EA9FDF. Grayscale: #424242. Windows color (decimal): -15376352 or 2121749. OLE color: 2121749.

HSL color Cylindrical-coordinate representation of color #156020: hue angle of 128.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156020 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 32 -
CMYK 0.78 0 0.67 0.62
HSL 128.8º 0.64% 0.23% -
HSV(B) 128.8º 0.78% 0.38% -
XYZ 4.75 8.63 2.78 -
YUV 66.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 21 96 32 0.78 0 0.67 0.62 128.8 0.64 0.23
Hex 15 60 20 4E 0 43 3E 81 40 17
Octal 25 140 40 116 0 103 76 201 100 27
Binary 10101 1100000 100000 1001110 0 1000011 111110 10000001 1000000 10111

Color Harmonies of #156020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156020

Black with #156020

Text Example


Text Example

White with #156020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156020; }

 p { color: rgb(21,96,32); }

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

background-color css

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

 a { background-color: rgb(21,96,32); }

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

border-color css

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

 span { border-color: rgb(21,96,32); }

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