#165927

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

Shades of Crusoe #165927

Tints of Crusoe #165927

Color information

#165927 (or 0x165927) is unknown color: approx Crusoe. HEX triplet: 16, 59 and 27. RGB value is (22,89,39). Sum of RGB (Red+Green+Blue) = 22+89+39=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #165927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165927 is #E9A6D8. Grayscale: #3F3F3F. Windows color (decimal): -15312601 or 2578710. OLE color: 2578710.

HSL color Cylindrical-coordinate representation of color #165927: hue angle of 135.22º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165927 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB228939-
CMYK0.7500.560.65
HSL135.22º60.36%21.76%-
HSV(B)135.22º75.28%34.9%-
XYZ4.277.463.13-
YUV63.27114.398.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 89 (35.16% from 255) = 59.33%
BLUE value IS 39 (15.62% from 255) = 26%
R=14.67%
G=59.33%
B=26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289390.7500.560.65135.2260.3621.76
Hex1659274B03841873c16
Octal26131471130701012077426
Binary1011010110011001111001011011100010000011000011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165927; }

 p { color: rgb(22,89,39); }

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

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

 a { background-color: rgb(22,89,39); }

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

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

 span { border-color: rgb(22,89,39); }

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