#116223

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

Shades of Crusoe #116223

Tints of Crusoe #116223

Color information

#116223 (or 0x116223) is unknown color: approx Crusoe. HEX triplet: 11, 62 and 23. RGB value is (17,98,35). Sum of RGB (Red+Green+Blue) = 17+98+35=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #116223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116223 is #EE9DDC. Grayscale: #424242. Windows color (decimal): -15637981 or 2318865. OLE color: 2318865.

HSL color Cylindrical-coordinate representation of color #116223: hue angle of 133.33º 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 #116223 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB179835-
CMYK0.8300.640.62
HSL133.33º70.43%22.55%-
HSV(B)133.33º82.65%38.43%-
XYZ4.98.983.06-
YUV66.6110.1692.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 98 (38.67% from 255) = 65.33%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=11.33%
G=65.33%
B=23.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798350.8300.640.62133.3370.4322.55
Hex116223530403E854617
Octal211424312301007620510627
Binary10001110001010001110100110100000011111010000101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116223; }

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

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

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

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

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

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

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

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