#116123

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

Shades of Crusoe #116123

Tints of Crusoe #116123

Color information

#116123 (or 0x116123) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 23. RGB value is (17,97,35). Sum of RGB (Red+Green+Blue) = 17+97+35=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #116123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116123 is #EE9EDC. Grayscale: #424242. Windows color (decimal): -15638237 or 2318609. OLE color: 2318609.

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

Color convert

RGB179735-
CMYK0.8200.640.62
HSL133.5º70.18%22.35%-
HSV(B)133.5º82.47%38.04%-
XYZ4.818.793.03-
YUV66.01110.593.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 97 (38.28% from 255) = 65.10%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=11.41%
G=65.10%
B=23.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797350.8200.640.62133.570.1822.35
Hex116123520403E864616
Octal211414312201007620610626
Binary10001110000110001110100100100000011111010000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116123; }

 p { color: rgb(17,97,35); }

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

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

 a { background-color: rgb(17,97,35); }

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

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

 span { border-color: rgb(17,97,35); }

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