#18481E

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

Shades of Myrtle #18481E

Tints of Myrtle #18481E

Color information

#18481E (or 0x18481E) is unknown color: approx Myrtle. HEX triplet: 18, 48 and 1E. RGB value is (24,72,30). Sum of RGB (Red+Green+Blue) = 24+72+30=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #18481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18481E is #E7B7E1. Grayscale: #343434. Windows color (decimal): -15185890 or 1984536. OLE color: 1984536.

HSL color Cylindrical-coordinate representation of color #18481E: hue angle of 127.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18481E is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB247230-
CMYK0.6700.580.72
HSL127.5º50%18.82%-
HSV(B)127.5º66.67%28.24%-
XYZ2.934.922.02-
YUV52.86115.1107.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=19.05%
G=57.14%
B=23.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472300.6700.580.72127.55018.82
Hex18481E4303A48803213
Octal30110361030721102006223
Binary110001001000111101000011011101010010001000000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18481E; }

 p { color: rgb(24,72,30); }

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

<style>
 a { background-color: #18481E; }

 a { background-color: rgb(24,72,30); }

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

<style>
 span { border-color: #18481E; }

 span { border-color: rgb(24,72,30); }

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