#165622

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

Shades of Crusoe #165622

Tints of Crusoe #165622

Color information

#165622 (or 0x165622) is unknown color: approx Crusoe. HEX triplet: 16, 56 and 22. RGB value is (22,86,34). Sum of RGB (Red+Green+Blue) = 22+86+34=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #165622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165622 is #E9A9DD. Grayscale: #3D3D3D. Windows color (decimal): -15313374 or 2250262. OLE color: 2250262.

HSL color Cylindrical-coordinate representation of color #165622: hue angle of 131.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165622 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB228634-
CMYK0.7400.600.66
HSL131.25º59.26%21.18%-
HSV(B)131.25º74.42%33.73%-
XYZ3.956.942.65-
YUV60.94112.8100.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 86 (33.98% from 255) = 60.56%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=15.49%
G=60.56%
B=23.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286340.7400.600.66131.2559.2621.18
Hex1656224A03C42833b15
Octal26126421120741022037325
Binary1011010101101000101001010011110010000101000001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165622; }

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

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

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

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

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

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

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

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