#165530

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

Shades of Crusoe #165530

Tints of Crusoe #165530

Color information

#165530 (or 0x165530) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 30. RGB value is (22,85,48). Sum of RGB (Red+Green+Blue) = 22+85+48=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #165530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165530 is #E9AACF. Grayscale: #3E3E3E. Windows color (decimal): -15313616 or 3167510. OLE color: 3167510.

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

Color convert

RGB228548-
CMYK0.7400.440.67
HSL144.76º58.88%20.98%-
HSV(B)144.76º74.12%33.33%-
XYZ4.116.883.91-
YUV61.94120.1399.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=14.19%
G=54.84%
B=30.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285480.7400.440.67144.7658.8820.98
Hex1655304A02C43913b15
Octal26125601120541032217325
Binary1011010101011100001001010010110010000111001000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165530; }

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

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

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

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

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

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

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

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