#116125

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

Shades of Crusoe #116125

Tints of Crusoe #116125

Color information

#116125 (or 0x116125) is unknown color: approx Crusoe. HEX triplet: 11, 61 and 25. RGB value is (17,97,37). Sum of RGB (Red+Green+Blue) = 17+97+37=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #116125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116125 is #EE9EDA. Grayscale: #424242. Windows color (decimal): -15638235 or 2449681. OLE color: 2449681.

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

Color convert

RGB179737-
CMYK0.8200.620.62
HSL135º70.18%22.35%-
HSV(B)135º82.47%38.04%-
XYZ4.848.83.19-
YUV66.24111.592.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=11.26%
G=64.24%
B=24.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797370.8200.620.6213570.1822.35
Hex1161255203E3E874616
Octal21141451220767620710626
Binary1000111000011001011010010011111011111010000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116125; }

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

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

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

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

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

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

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

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