#165929

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

Shades of Crusoe #165929

Tints of Crusoe #165929

Color information

#165929 (or 0x165929) is unknown color: approx Crusoe. HEX triplet: 16, 59 and 29. RGB value is (22,89,41). Sum of RGB (Red+Green+Blue) = 22+89+41=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #165929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165929 is #E9A6D6. Grayscale: #3F3F3F. Windows color (decimal): -15312599 or 2709782. OLE color: 2709782.

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

Color convert

RGB228941-
CMYK0.7500.540.65
HSL137.01º60.36%21.76%-
HSV(B)137.01º75.28%34.9%-
XYZ4.37.483.31-
YUV63.5115.398.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=14.47%
G=58.55%
B=26.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289410.7500.540.65137.0160.3621.76
Hex1659294B03641893c16
Octal26131511130661012117426
Binary1011010110011010011001011011011010000011000100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165929; }

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

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

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

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

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

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

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

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