#116234

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

Shades of Crusoe #116234

Tints of Crusoe #116234

Color information

#116234 (or 0x116234) is unknown color: approx Crusoe. HEX triplet: 11, 62 and 34. RGB value is (17,98,52). Sum of RGB (Red+Green+Blue) = 17+98+52=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #116234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116234 is #EE9DCB. Grayscale: #444444. Windows color (decimal): -15637964 or 3432977. OLE color: 3432977.

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

Color convert

RGB179852-
CMYK0.8300.470.62
HSL145.93º70.43%22.55%-
HSV(B)145.93º82.65%38.43%-
XYZ5.229.14.73-
YUV68.54118.6691.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 52 (20.70% from 255) = 31.14%
R=10.18%
G=58.68%
B=31.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798520.8300.470.62145.9370.4322.55
Hex1162345302F3E924617
Octal21142641230577622210627
Binary1000111000101101001010011010111111111010010010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116234; }

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

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

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

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

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

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

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

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