#18441B

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

Shades of Myrtle #18441B

Tints of Myrtle #18441B

Color information

#18441B (or 0x18441B) is unknown color: approx Myrtle. HEX triplet: 18, 44 and 1B. RGB value is (24,68,27). Sum of RGB (Red+Green+Blue) = 24+68+27=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #18441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18441B is #E7BBE4. Grayscale: #323232. Windows color (decimal): -15186917 or 1786904. OLE color: 1786904.

HSL color Cylindrical-coordinate representation of color #18441B: hue angle of 124.09º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18441B is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB246827-
CMYK0.6500.600.73
HSL124.09º47.83%18.04%-
HSV(B)124.09º64.71%26.67%-
XYZ2.644.411.75-
YUV50.17114.92109.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 68 (26.95% from 255) = 57.14%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=20.17%
G=57.14%
B=22.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468270.6500.600.73124.0947.8318.04
Hex18441B4103C497c3012
Octal30104331010741111746022
Binary11000100010011011100000101111001001001111110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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