#18361A

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

Shades of Myrtle #18361A

Tints of Myrtle #18361A

Color information

#18361A (or 0x18361A) is unknown color: approx Myrtle. HEX triplet: 18, 36 and 1A. RGB value is (24,54,26). Sum of RGB (Red+Green+Blue) = 24+54+26=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #18361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361A is #E7C9E5. Grayscale: #292929. Windows color (decimal): -15190502 or 1717784. OLE color: 1717784.

HSL color Cylindrical-coordinate representation of color #18361A: hue angle of 124º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18361A is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB245426-
CMYK0.5600.520.79
HSL124º38.46%15.29%-
HSV(B)124º55.56%21.18%-
XYZ1.882.911.44-
YUV41.84119.06115.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 54 (21.48% from 255) = 51.92%
BLUE value IS 26 (10.55% from 255) = 25%
R=23.08%
G=51.92%
B=25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454260.5600.520.7912438.4615.29
Hex18361A380344F7c26f
Octal306632700641171744617
Binary11000110110110101110000110100100111111111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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