#18511D

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

Shades of Myrtle #18511D

Tints of Myrtle #18511D

Color information

#18511D (or 0x18511D) is unknown color: approx Myrtle. HEX triplet: 18, 51 and 1D. RGB value is (24,81,29). Sum of RGB (Red+Green+Blue) = 24+81+29=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #18511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18511D is #E7AEE2. Grayscale: #3A3A3A. Windows color (decimal): -15183587 or 1921304. OLE color: 1921304.

HSL color Cylindrical-coordinate representation of color #18511D: hue angle of 125.26º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18511D is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB248129-
CMYK0.7000.640.68
HSL125.26º54.29%20.59%-
HSV(B)125.26º70.37%31.76%-
XYZ3.546.172.17-
YUV58.03111.62103.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 81 (32.03% from 255) = 60.45%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=17.91%
G=60.45%
B=21.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481290.7000.640.68125.2654.2920.59
Hex18511D46040447d3615
Octal301213510601001041756625
Binary110001010001111011000110010000001000100111110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18511D; }

 p { color: rgb(24,81,29); }

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

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

 a { background-color: rgb(24,81,29); }

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

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

 span { border-color: rgb(24,81,29); }

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