#165936

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

Shades of Crusoe #165936

Tints of Crusoe #165936

Color information

#165936 (or 0x165936) is unknown color: approx Crusoe. HEX triplet: 16, 59 and 36. RGB value is (22,89,54). Sum of RGB (Red+Green+Blue) = 22+89+54=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #165936 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165936 is #E9A6C9. Grayscale: #414141. Windows color (decimal): -15312586 or 3561750. OLE color: 3561750.

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

Color convert

RGB228954-
CMYK0.7500.390.65
HSL148.66º60.36%21.76%-
HSV(B)148.66º75.28%34.9%-
XYZ4.577.584.71-
YUV64.98121.897.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=13.33%
G=53.94%
B=32.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289540.7500.390.65148.6660.3621.76
Hex1659364B02741953c16
Octal26131661130471012257426
Binary1011010110011101101001011010011110000011001010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165936; }

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

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

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

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

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

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

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

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