#165628

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

Shades of Crusoe #165628

Tints of Crusoe #165628

Color information

#165628 (or 0x165628) is unknown color: approx Crusoe. HEX triplet: 16, 56 and 28. RGB value is (22,86,40). Sum of RGB (Red+Green+Blue) = 22+86+40=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #165628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165628 is #E9A9D7. Grayscale: #3D3D3D. Windows color (decimal): -15313368 or 2643478. OLE color: 2643478.

HSL color Cylindrical-coordinate representation of color #165628: hue angle of 136.88º 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 #165628 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB228640-
CMYK0.7400.530.66
HSL136.88º59.26%21.18%-
HSV(B)136.88º74.42%33.73%-
XYZ4.046.983.14-
YUV61.62115.899.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 86 (33.98% from 255) = 58.11%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=14.86%
G=58.11%
B=27.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286400.7400.530.66136.8859.2621.18
Hex1656284A03542893b15
Octal26126501120651022117325
Binary1011010101101010001001010011010110000101000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165628; }

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

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

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

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

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

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

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

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