#16552F

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

Shades of Crusoe #16552F

Tints of Crusoe #16552F

Color information

#16552F (or 0x16552F) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 2F. RGB value is (22,85,47). Sum of RGB (Red+Green+Blue) = 22+85+47=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #16552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16552F is #E9AAD0. Grayscale: #3D3D3D. Windows color (decimal): -15313617 or 3101974. OLE color: 3101974.

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

Color convert

RGB228547-
CMYK0.7400.450.67
HSL143.81º58.88%20.98%-
HSV(B)143.81º74.12%33.33%-
XYZ4.096.873.8-
YUV61.83119.6399.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=14.29%
G=55.19%
B=30.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285470.7400.450.67143.8158.8820.98
Hex16552F4A02D43903b15
Octal26125571120551032207325
Binary1011010101011011111001010010110110000111001000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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