#18400F

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

Shades of Myrtle #18400F

Tints of Myrtle #18400F

Color information

#18400F (or 0x18400F) is unknown color: approx Myrtle. HEX triplet: 18, 40 and 0F. RGB value is (24,64,15). Sum of RGB (Red+Green+Blue) = 24+64+15=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #18400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18400F is #E7BFF0. Grayscale: #2E2E2E. Windows color (decimal): -15187953 or 999448. OLE color: 999448.

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

Color convert

RGB246415-
CMYK0.6200.770.75
HSL108.98º62.03%15.49%-
HSV(B)108.98º76.56%25.1%-
XYZ2.33.91.08-
YUV46.45110.25111.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=23.30%
G=62.14%
B=14.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464150.6200.770.75108.9862.0315.49
Hex1840F3E04D4B6d3ef
Octal30100177601151131557617
Binary110001000000111111111001001101100101111011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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