#185016

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

Shades of Myrtle #185016

Tints of Myrtle #185016

Color information

#185016 (or 0x185016) is unknown color: approx Myrtle. HEX triplet: 18, 50 and 16. RGB value is (24,80,22). Sum of RGB (Red+Green+Blue) = 24+80+22=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #185016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185016 is #E7AFE9. Grayscale: #383838. Windows color (decimal): -15183850 or 1462296. OLE color: 1462296.

HSL color Cylindrical-coordinate representation of color #185016: hue angle of 117.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185016 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB248022-
CMYK0.7000.720.69
HSL117.93º56.86%20%-
HSV(B)117.93º72.5%31.37%-
XYZ3.395.991.74-
YUV56.64108.45104.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 80 (31.64% from 255) = 63.49%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=19.05%
G=63.49%
B=17.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480220.7000.720.69117.9356.8620
Hex1850164604845763914
Octal301202610601101051667124
Binary110001010000101101000110010010001000101111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185016; }

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

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

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

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

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

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

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

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