#18421A

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

Shades of Myrtle #18421A

Tints of Myrtle #18421A

Color information

#18421A (or 0x18421A) is unknown color: approx Myrtle. HEX triplet: 18, 42 and 1A. RGB value is (24,66,26). Sum of RGB (Red+Green+Blue) = 24+66+26=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #18421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18421A is #E7BDE5. Grayscale: #313131. Windows color (decimal): -15187430 or 1720856. OLE color: 1720856.

HSL color Cylindrical-coordinate representation of color #18421A: hue angle of 122.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18421A is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB246626-
CMYK0.6400.610.74
HSL122.86º46.67%17.65%-
HSV(B)122.86º63.64%25.88%-
XYZ2.514.171.65-
YUV48.88115.09110.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 66 (26.17% from 255) = 56.90%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=20.69%
G=56.90%
B=22.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466260.6400.610.74122.8646.6717.65
Hex18421A4003D4A7b2f12
Octal30102321000751121735722
Binary11000100001011010100000001111011001010111101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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