#16622B

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

Shades of Crusoe #16622B

Tints of Crusoe #16622B

Color information

#16622B (or 0x16622B) is unknown color: approx Crusoe. HEX triplet: 16, 62 and 2B. RGB value is (22,98,43). Sum of RGB (Red+Green+Blue) = 22+98+43=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #16622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16622B is #E99DD4. Grayscale: #454545. Windows color (decimal): -15310293 or 2843158. OLE color: 2843158.

HSL color Cylindrical-coordinate representation of color #16622B: hue angle of 136.58º 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 #16622B is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB229843-
CMYK0.7800.560.62
HSL136.58º63.33%23.53%-
HSV(B)136.58º77.55%38.43%-
XYZ5.139.083.77-
YUV69.01113.3294.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=13.50%
G=60.12%
B=26.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298430.7800.560.62136.5863.3323.53
Hex16622B4E0383E893f18
Octal2614253116070762117730
Binary101101100010101011100111001110001111101000100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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