#18350E

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

Shades of Myrtle #18350E

Tints of Myrtle #18350E

Color information

#18350E (or 0x18350E) is unknown color: approx Myrtle. HEX triplet: 18, 35 and 0E. RGB value is (24,53,14). Sum of RGB (Red+Green+Blue) = 24+53+14=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #18350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18350E is #E7CAF1. Grayscale: #282828. Windows color (decimal): -15190770 or 931096. OLE color: 931096.

HSL color Cylindrical-coordinate representation of color #18350E: hue angle of 104.62º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18350E is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB245314-
CMYK0.5500.740.79
HSL104.62º58.21%13.14%-
HSV(B)104.62º73.58%20.78%-
XYZ1.732.770.86-
YUV39.88113.39116.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 53 (21.09% from 255) = 58.24%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=26.37%
G=58.24%
B=15.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453140.5500.740.79104.6258.2113.14
Hex1835E3704A4F693ad
Octal3065166701121171517215
Binary11000110101111011011101001010100111111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18350E; }

 p { color: rgb(24,53,14); }

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

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

 a { background-color: rgb(24,53,14); }

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

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

 span { border-color: rgb(24,53,14); }

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