#185011

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

Shades of Myrtle #185011

Tints of Myrtle #185011

Color information

#185011 (or 0x185011) is unknown color: approx Myrtle. HEX triplet: 18, 50 and 11. RGB value is (24,80,17). Sum of RGB (Red+Green+Blue) = 24+80+17=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #185011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185011 is #E7AFEE. Grayscale: #383838. Windows color (decimal): -15183855 or 1134616. OLE color: 1134616.

HSL color Cylindrical-coordinate representation of color #185011: hue angle of 113.33º 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 #185011 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB248017-
CMYK0.7000.790.69
HSL113.33º64.95%19.02%-
HSV(B)113.33º78.75%31.37%-
XYZ3.355.971.51-
YUV56.07105.95105.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=19.83%
G=66.12%
B=14.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480170.7000.790.69113.3364.9519.02
Hex1850114604F45714113
Octal3012021106011710516110123
Binary1100010100001000110001100100111110001011110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185011; }

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

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

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

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

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

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

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

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