#116732

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

Shades of Crusoe #116732

Tints of Crusoe #116732

Color information

#116732 (or 0x116732) is unknown color: approx Crusoe. HEX triplet: 11, 67 and 32. RGB value is (17,103,50). Sum of RGB (Red+Green+Blue) = 17+103+50=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #116732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116732 is #EE98CD. Grayscale: #474747. Windows color (decimal): -15636686 or 3303185. OLE color: 3303185.

HSL color Cylindrical-coordinate representation of color #116732: hue angle of 143.02º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116732 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1710350-
CMYK0.8300.510.60
HSL143.02º71.67%23.53%-
HSV(B)143.02º83.5%40.39%-
XYZ5.6610.054.66-
YUV71.24116.0189.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 103 (40.62% from 255) = 60.59%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=10%
G=60.59%
B=29.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17103500.8300.510.60143.0271.6723.53
Hex116732530333C8f4818
Octal21147621230637421711030
Binary1000111001111100101010011011001111110010001111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116732; }

 p { color: rgb(17,103,50); }

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

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

 a { background-color: rgb(17,103,50); }

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

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

 span { border-color: rgb(17,103,50); }

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