#165528

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

Shades of Crusoe #165528

Tints of Crusoe #165528

Color information

#165528 (or 0x165528) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 28. RGB value is (22,85,40). Sum of RGB (Red+Green+Blue) = 22+85+40=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #165528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165528 is #E9AAD7. Grayscale: #3D3D3D. Windows color (decimal): -15313624 or 2643222. OLE color: 2643222.

HSL color Cylindrical-coordinate representation of color #165528: hue angle of 137.14º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165528 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB228540-
CMYK0.7400.530.67
HSL137.14º58.88%20.98%-
HSV(B)137.14º74.12%33.33%-
XYZ3.966.823.12-
YUV61.03116.13100.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=14.97%
G=57.82%
B=27.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285400.7400.530.67137.1458.8820.98
Hex1655284A03543893b15
Octal26125501120651032117325
Binary1011010101011010001001010011010110000111000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165528; }

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

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

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

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

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

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

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

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