#156221

Color #156221 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #156221

Tints of Crusoe #156221

Color information

#156221 (or 0x156221) is unknown color: approx Crusoe. HEX triplet: 15, 62 and 21. RGB value is (21,98,33). Sum of RGB (Red+Green+Blue) = 21+98+33=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #156221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156221 is #EA9DDE. Grayscale: #434343. Windows color (decimal): -15375839 or 2187797. OLE color: 2187797.

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

Color convert

RGB219833-
CMYK0.7900.660.62
HSL129.35º64.71%23.33%-
HSV(B)129.35º78.57%38.43%-
XYZ4.9592.92-
YUV67.57108.4994.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=13.82%
G=64.47%
B=21.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198330.7900.660.62129.3564.7123.33
Hex1562214F0423E814117
Octal251424111701027620110127
Binary10101110001010000110011110100001011111010000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156221; }

 p { color: rgb(21,98,33); }

 H1.HeaderClassName
 {
   color: #156221;
 }
 .AnyTagClassName
 {
   color: #156221;
 }
</style>
background-color css

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

 a { background-color: rgb(21,98,33); }

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

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

 span { border-color: rgb(21,98,33); }

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