#165222

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

Shades of Crusoe #165222

Tints of Crusoe #165222

Color information

#165222 (or 0x165222) is unknown color: approx Crusoe. HEX triplet: 16, 52 and 22. RGB value is (22,82,34). Sum of RGB (Red+Green+Blue) = 22+82+34=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #165222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165222 is #E9ADDD. Grayscale: #3A3A3A. Windows color (decimal): -15314398 or 2249238. OLE color: 2249238.

HSL color Cylindrical-coordinate representation of color #165222: hue angle of 132º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165222 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB228234-
CMYK0.7300.590.68
HSL132º57.69%20.39%-
HSV(B)132º73.17%32.16%-
XYZ3.646.322.54-
YUV58.59114.12101.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=15.94%
G=59.42%
B=24.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282340.7300.590.6813257.6920.39
Hex1652224903B44843a14
Octal26122421110731042047224
Binary1011010100101000101001001011101110001001000010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165222; }

 p { color: rgb(22,82,34); }

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

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

 a { background-color: rgb(22,82,34); }

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

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

 span { border-color: rgb(22,82,34); }

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