#16622C

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

Shades of Crusoe #16622C

Tints of Crusoe #16622C

Color information

#16622C (or 0x16622C) is unknown color: approx Crusoe. HEX triplet: 16, 62 and 2C. RGB value is (22,98,44). Sum of RGB (Red+Green+Blue) = 22+98+44=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #16622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16622C is #E99DD3. Grayscale: #454545. Windows color (decimal): -15310292 or 2908694. OLE color: 2908694.

HSL color Cylindrical-coordinate representation of color #16622C: hue angle of 137.37º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16622C is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB229844-
CMYK0.7800.550.62
HSL137.37º63.33%23.53%-
HSV(B)137.37º77.55%38.43%-
XYZ5.159.093.87-
YUV69.12113.8294.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=13.41%
G=59.76%
B=26.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298440.7800.550.62137.3763.3323.53
Hex16622C4E0373E893f18
Octal2614254116067762117730
Binary101101100010101100100111001101111111101000100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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