#156122

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

Shades of Crusoe #156122

Tints of Crusoe #156122

Color information

#156122 (or 0x156122) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 22. RGB value is (21,97,34). Sum of RGB (Red+Green+Blue) = 21+97+34=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #156122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156122 is #EA9EDD. Grayscale: #434343. Windows color (decimal): -15376094 or 2253077. OLE color: 2253077.

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

Color convert

RGB219734-
CMYK0.7800.650.62
HSL130.26º64.41%23.14%-
HSV(B)130.26º78.35%38.04%-
XYZ4.878.822.96-
YUV67.09109.3295.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=13.82%
G=63.82%
B=22.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197340.7800.650.62130.2664.4123.14
Hex1561224E0413E824017
Octal251414211601017620210027
Binary10101110000110001010011100100000111111010000010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156122; }

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

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

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

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

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

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

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

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