#116218

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

Shades of Crusoe #116218

Tints of Crusoe #116218

Color information

#116218 (or 0x116218) is unknown color: approx Crusoe. HEX triplet: 11, 62 and 18. RGB value is (17,98,24). Sum of RGB (Red+Green+Blue) = 17+98+24=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #116218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116218 is #EE9DE7. Grayscale: #414141. Windows color (decimal): -15637992 or 1597969. OLE color: 1597969.

HSL color Cylindrical-coordinate representation of color #116218: hue angle of 125.19º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116218 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB179824-
CMYK0.8300.760.62
HSL125.19º70.43%22.55%-
HSV(B)125.19º82.65%38.43%-
XYZ4.768.922.33-
YUV65.34104.6693.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 98 (38.67% from 255) = 70.50%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=12.23%
G=70.50%
B=17.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798240.8300.760.62125.1970.4322.55
Hex1162185304C3E7d4617
Octal211423012301147617510627
Binary100011100010110001010011010011001111101111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116218; }

 p { color: rgb(17,98,24); }

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

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

 a { background-color: rgb(17,98,24); }

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

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

 span { border-color: rgb(17,98,24); }

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