#18431B

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

Shades of Myrtle #18431B

Tints of Myrtle #18431B

Color information

#18431B (or 0x18431B) is unknown color: approx Myrtle. HEX triplet: 18, 43 and 1B. RGB value is (24,67,27). Sum of RGB (Red+Green+Blue) = 24+67+27=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #18431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18431B is #E7BCE4. Grayscale: #313131. Windows color (decimal): -15187173 or 1786648. OLE color: 1786648.

HSL color Cylindrical-coordinate representation of color #18431B: hue angle of 124.19º 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 #18431B is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB246727-
CMYK0.6400.600.74
HSL124.19º47.25%17.84%-
HSV(B)124.19º64.18%26.27%-
XYZ2.584.291.73-
YUV49.58115.25109.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=20.34%
G=56.78%
B=22.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467270.6400.600.74124.1947.2517.84
Hex18431B4003C4A7c2f12
Octal30103331000741121745722
Binary11000100001111011100000001111001001010111110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18431B; }

 p { color: rgb(24,67,27); }

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

<style>
 a { background-color: #18431B; }

 a { background-color: rgb(24,67,27); }

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

<style>
 span { border-color: #18431B; }

 span { border-color: rgb(24,67,27); }

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