Html Css Color HEX #156520 Crusoe

📋 copy color: '#156520'

red 21 ◦ green 101 ◦ blue 32

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

Shades of Crusoe #156520

Tints of Crusoe #156520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 65.58%

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

R = 13.64%
G = 65.58%
B = 20.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#156520 (or 0x156520) is known color: Crusoe. HEX triplet: 15, 65 and 20. RGB value is (21,101,32). Sum of RGB (Red+Green+Blue) = 21+101+32=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 101 (39.84% from 255 or 65.58% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 101 - color contains mainly: green. Hex color #156520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156520 is #EA9ADF. Grayscale: #454545. Windows color (decimal): -15375072 or 2123029. OLE color: 2123029.

HSL color Cylindrical-coordinate representation of color #156520: hue angle of 128.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156520 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 101 32 -
CMYK 0.79 0 0.68 0.60
HSL 128.25º 0.66% 0.24% -
HSV(B) 128.25º 0.79% 0.4% -
XYZ 5.22 9.57 2.94 -
YUV 69.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 21 101 32 0.79 0 0.68 0.60 128.25 0.66 0.24
Hex 15 65 20 4F 0 44 3C 80 42 18
Octal 25 145 40 117 0 104 74 200 102 30
Binary 10101 1100101 100000 1001111 0 1000100 111100 10000000 1000010 11000

Color Harmonies of #156520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156520

Black with #156520

Text Example


Text Example

White with #156520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156520; }

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

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

background-color css

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

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

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

border-color css

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

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

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