#116630

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

Shades of Crusoe #116630

Tints of Crusoe #116630

Color information

#116630 (or 0x116630) is unknown color: approx Crusoe. HEX triplet: 11, 66 and 30. RGB value is (17,102,48). Sum of RGB (Red+Green+Blue) = 17+102+48=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #116630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116630 is #EE99CF. Grayscale: #464646. Windows color (decimal): -15636944 or 3171857. OLE color: 3171857.

HSL color Cylindrical-coordinate representation of color #116630: hue angle of 141.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116630 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1710248-
CMYK0.8300.530.6
HSL141.88º71.43%23.33%-
HSV(B)141.88º83.33%40%-
XYZ5.529.844.4-
YUV70.43115.3489.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 102 (40.23% from 255) = 61.08%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=10.18%
G=61.08%
B=28.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102480.8300.530.6141.8871.4323.33
Hex116630530353C8e4717
Octal21146601230657421610727
Binary1000111001101100001010011011010111110010001110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116630; }

 p { color: rgb(17,102,48); }

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

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

 a { background-color: rgb(17,102,48); }

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

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

 span { border-color: rgb(17,102,48); }

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