#156022

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

Shades of Crusoe #156022

Tints of Crusoe #156022

Color information

#156022 (or 0x156022) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 22. RGB value is (21,96,34). Sum of RGB (Red+Green+Blue) = 21+96+34=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #156022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156022 is #EA9FDD. Grayscale: #424242. Windows color (decimal): -15376350 or 2252821. OLE color: 2252821.

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

Color convert

RGB219634-
CMYK0.7800.650.62
HSL130.4º64.1%22.94%-
HSV(B)130.4º78.12%37.65%-
XYZ4.788.642.93-
YUV66.51109.6595.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=13.91%
G=63.58%
B=22.52%

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
Decimal2196340.7800.650.62130.464.122.94
Hex1560224E0413E824017
Octal251404211601017620210027
Binary10101110000010001010011100100000111111010000010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156022; }

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

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

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

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

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

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

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

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