#116430

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

Shades of Crusoe #116430

Tints of Crusoe #116430

Color information

#116430 (or 0x116430) is unknown color: approx Crusoe. HEX triplet: 11, 64 and 30. RGB value is (17,100,48). Sum of RGB (Red+Green+Blue) = 17+100+48=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #116430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116430 is #EE9BCF. Grayscale: #454545. Windows color (decimal): -15637456 or 3171345. OLE color: 3171345.

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

Color convert

RGB1710048-
CMYK0.8300.520.61
HSL142.41º70.94%22.94%-
HSV(B)142.41º83%39.22%-
XYZ5.329.454.34-
YUV69.2611690.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 100 (39.45% from 255) = 60.61%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=10.30%
G=60.61%
B=29.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100480.8300.520.61142.4170.9422.94
Hex116430530343D8e4717
Octal21144601230647521610727
Binary1000111001001100001010011011010011110110001110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116430; }

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

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

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

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

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

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

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

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