#116A33

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

Shades of Crusoe #116A33

Tints of Crusoe #116A33

Color information

#116A33 (or 0x116A33) is unknown color: approx Crusoe. HEX triplet: 11, 6A and 33. RGB value is (17,106,51). Sum of RGB (Red+Green+Blue) = 17+106+51=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #116A33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A33 is #EE95CC. Grayscale: #494949. Windows color (decimal): -15635917 or 3369489. OLE color: 3369489.

HSL color Cylindrical-coordinate representation of color #116A33: hue angle of 142.92º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A33 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1710651-
CMYK0.8400.520.58
HSL142.92º72.36%24.12%-
HSV(B)142.92º83.96%41.57%-
XYZ5.9810.674.88-
YUV73.12115.5187.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 106 (41.80% from 255) = 60.92%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=9.77%
G=60.92%
B=29.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17106510.8400.520.58142.9272.3624.12
Hex116A33540343A8f4818
Octal21152631240647221711030
Binary1000111010101100111010100011010011101010001111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116A33; }

 p { color: rgb(17,106,51); }

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

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

 a { background-color: rgb(17,106,51); }

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

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

 span { border-color: rgb(17,106,51); }

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