Html Css Color HEX #156120 Crusoe

📋 copy color: '#156120'

red 21 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #156120

Tints of Crusoe #156120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 64.67%

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

R = 14%
G = 64.67%
B = 21.33%

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

#156120 (or 0x156120) is known color: Crusoe. HEX triplet: 15, 61 and 20. RGB value is (21,97,32). Sum of RGB (Red+Green+Blue) = 21+97+32=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #156120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156120 is #EA9EDF. Grayscale: #434343. Windows color (decimal): -15376096 or 2122005. OLE color: 2122005.

HSL color Cylindrical-coordinate representation of color #156120: hue angle of 128.68º 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 #156120 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 97 32 -
CMYK 0.78 0 0.67 0.62
HSL 128.68º 0.64% 0.23% -
HSV(B) 128.68º 0.78% 0.38% -
XYZ 4.84 8.81 2.81 -
YUV 66.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 21 97 32 0.78 0 0.67 0.62 128.68 0.64 0.23
Hex 15 61 20 4E 0 43 3E 81 40 17
Octal 25 141 40 116 0 103 76 201 100 27
Binary 10101 1100001 100000 1001110 0 1000011 111110 10000001 1000000 10111

Color Harmonies of #156120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156120

Black with #156120

Text Example


Text Example

White with #156120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156120; }

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

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

background-color css

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

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

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

border-color css

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

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

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