#156222

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

Shades of Crusoe #156222

Tints of Crusoe #156222

Color information

#156222 (or 0x156222) is unknown color: approx Crusoe. HEX triplet: 15, 62 and 22. RGB value is (21,98,34). Sum of RGB (Red+Green+Blue) = 21+98+34=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #156222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156222 is #EA9DDD. Grayscale: #434343. Windows color (decimal): -15375838 or 2253333. OLE color: 2253333.

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

Color convert

RGB219834-
CMYK0.7900.650.62
HSL130.13º64.71%23.33%-
HSV(B)130.13º78.57%38.43%-
XYZ4.979.012.99-
YUV67.68108.9994.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 98 (38.67% from 255) = 64.05%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=13.73%
G=64.05%
B=22.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198340.7900.650.62130.1364.7123.33
Hex1562224F0413E824117
Octal251424211701017620210127
Binary10101110001010001010011110100000111111010000010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156222; }

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

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

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

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

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

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

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

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