#18401A

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

Shades of Myrtle #18401A

Tints of Myrtle #18401A

Color information

#18401A (or 0x18401A) is unknown color: approx Myrtle. HEX triplet: 18, 40 and 1A. RGB value is (24,64,26). Sum of RGB (Red+Green+Blue) = 24+64+26=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #18401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18401A is #E7BFE5. Grayscale: #2F2F2F. Windows color (decimal): -15187942 or 1720344. OLE color: 1720344.

HSL color Cylindrical-coordinate representation of color #18401A: hue angle of 123º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18401A is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB246426-
CMYK0.6200.590.75
HSL123º45.45%17.25%-
HSV(B)123º62.5%25.1%-
XYZ2.43.941.61-
YUV47.71115.75111.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=21.05%
G=56.14%
B=22.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464260.6200.590.7512345.4517.25
Hex18401A3E03B4B7b2d11
Octal3010032760731131735521
Binary1100010000001101011111001110111001011111101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18401A; }

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

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

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

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

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

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

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

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