#165831

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

Shades of Crusoe #165831

Tints of Crusoe #165831

Color information

#165831 (or 0x165831) is unknown color: approx Crusoe. HEX triplet: 16, 58 and 31. RGB value is (22,88,49). Sum of RGB (Red+Green+Blue) = 22+88+49=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #165831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165831 is #E9A7CE. Grayscale: #3F3F3F. Windows color (decimal): -15312847 or 3233814. OLE color: 3233814.

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

Color convert

RGB228849-
CMYK0.7500.440.65
HSL144.55º60%21.57%-
HSV(B)144.55º75%34.51%-
XYZ4.377.374.1-
YUV63.82119.6398.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=13.84%
G=55.35%
B=30.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2288490.7500.440.65144.556021.57
Hex1658314B02C41913c16
Octal26130611130541012217426
Binary1011010110001100011001011010110010000011001000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165831; }

 p { color: rgb(22,88,49); }

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

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

 a { background-color: rgb(22,88,49); }

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

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

 span { border-color: rgb(22,88,49); }

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