#18410F

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

Shades of Myrtle #18410F

Tints of Myrtle #18410F

Color information

#18410F (or 0x18410F) is unknown color: approx Myrtle. HEX triplet: 18, 41 and 0F. RGB value is (24,65,15). Sum of RGB (Red+Green+Blue) = 24+65+15=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #18410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18410F is #E7BEF0. Grayscale: #2F2F2F. Windows color (decimal): -15187697 or 999704. OLE color: 999704.

HSL color Cylindrical-coordinate representation of color #18410F: hue angle of 109.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18410F is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB246515-
CMYK0.6300.770.75
HSL109.2º62.5%15.69%-
HSV(B)109.2º76.92%25.49%-
XYZ2.354.011.1-
YUV47.04109.92111.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=23.08%
G=62.5%
B=14.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465150.6300.770.75109.262.515.69
Hex1841F3F04D4B6d3e10
Octal30101177701151131557620
Binary1100010000011111111111010011011001011110110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18410F; }

 p { color: rgb(24,65,15); }

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

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

 a { background-color: rgb(24,65,15); }

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

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

 span { border-color: rgb(24,65,15); }

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