#16611E

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

Shades of Crusoe #16611E

Tints of Crusoe #16611E

Color information

#16611E (or 0x16611E) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 1E. RGB value is (22,97,30). Sum of RGB (Red+Green+Blue) = 22+97+30=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #16611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16611E is #E99EE1. Grayscale: #434343. Windows color (decimal): -15310562 or 1990934. OLE color: 1990934.

HSL color Cylindrical-coordinate representation of color #16611E: hue angle of 126.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16611E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB229730-
CMYK0.7700.690.62
HSL126.4º63.03%23.33%-
HSV(B)126.4º77.32%38.04%-
XYZ4.848.812.67-
YUV66.94107.1595.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 97 (38.28% from 255) = 65.10%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=14.77%
G=65.10%
B=20.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297300.7700.690.62126.463.0323.33
Hex16611E4D0453E7e3f17
Octal26141361150105761767727
Binary10110110000111110100110101000101111110111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16611E; }

 p { color: rgb(22,97,30); }

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

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

 a { background-color: rgb(22,97,30); }

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

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

 span { border-color: rgb(22,97,30); }

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