#115224

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

Shades of Crusoe #115224

Tints of Crusoe #115224

Color information

#115224 (or 0x115224) is unknown color: approx Crusoe. HEX triplet: 11, 52 and 24. RGB value is (17,82,36). Sum of RGB (Red+Green+Blue) = 17+82+36=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #115224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115224 is #EEADDB. Grayscale: #393939. Windows color (decimal): -15642076 or 2380305. OLE color: 2380305.

HSL color Cylindrical-coordinate representation of color #115224: hue angle of 137.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115224 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB178236-
CMYK0.7900.560.68
HSL137.54º65.66%19.41%-
HSV(B)137.54º79.27%32.16%-
XYZ3.576.282.69-
YUV57.32115.9799.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 82 (32.42% from 255) = 60.74%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=12.59%
G=60.74%
B=26.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1782360.7900.560.68137.5465.6619.41
Hex1152244F038448a4213
Octal211224411707010421210223
Binary10001101001010010010011110111000100010010001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115224; }

 p { color: rgb(17,82,36); }

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

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

 a { background-color: rgb(17,82,36); }

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

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

 span { border-color: rgb(17,82,36); }

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