#115024

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

Shades of Crusoe #115024

Tints of Crusoe #115024

Color information

#115024 (or 0x115024) is unknown color: approx Crusoe. HEX triplet: 11, 50 and 24. RGB value is (17,80,36). Sum of RGB (Red+Green+Blue) = 17+80+36=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #115024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115024 is #EEAFDB. Grayscale: #383838. Windows color (decimal): -15642588 or 2379793. OLE color: 2379793.

HSL color Cylindrical-coordinate representation of color #115024: hue angle of 138.1º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115024 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB178036-
CMYK0.7900.550.69
HSL138.1º64.95%19.02%-
HSV(B)138.1º78.75%31.37%-
XYZ3.425.982.64-
YUV56.15116.63100.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 80 (31.64% from 255) = 60.15%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=12.78%
G=60.15%
B=27.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780360.7900.550.69138.164.9519.02
Hex1150244F037458a4113
Octal211204411706710521210123
Binary10001101000010010010011110110111100010110001010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115024; }

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

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

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

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

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

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

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

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