#116030

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

Shades of Crusoe #116030

Tints of Crusoe #116030

Color information

#116030 (or 0x116030) is unknown color: approx Crusoe. HEX triplet: 11, 60 and 30. RGB value is (17,96,48). Sum of RGB (Red+Green+Blue) = 17+96+48=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #116030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116030 is #EE9FCF. Grayscale: #434343. Windows color (decimal): -15638480 or 3170321. OLE color: 3170321.

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

Color convert

RGB179648-
CMYK0.8200.500.62
HSL143.54º69.91%22.16%-
HSV(B)143.54º82.29%37.65%-
XYZ4.958.74.21-
YUV66.91117.3392.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=10.56%
G=59.63%
B=29.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796480.8200.500.62143.5469.9122.16
Hex116030520323E904616
Octal21140601220627622010626
Binary1000111000001100001010010011001011111010010000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116030; }

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

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

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

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

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

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

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

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