#16552C

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

Shades of Crusoe #16552C

Tints of Crusoe #16552C

Color information

#16552C (or 0x16552C) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 2C. RGB value is (22,85,44). Sum of RGB (Red+Green+Blue) = 22+85+44=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #16552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16552C is #E9AAD3. Grayscale: #3D3D3D. Windows color (decimal): -15313620 or 2905366. OLE color: 2905366.

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

Color convert

RGB228544-
CMYK0.7400.480.67
HSL140.95º58.88%20.98%-
HSV(B)140.95º74.12%33.33%-
XYZ4.036.853.49-
YUV61.49118.1399.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=14.57%
G=56.29%
B=29.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285440.7400.480.67140.9558.8820.98
Hex16552C4A030438d3b15
Octal26125541120601032157325
Binary1011010101011011001001010011000010000111000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16552C; }

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

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

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

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

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

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

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

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