#18461C

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

Shades of Myrtle #18461C

Tints of Myrtle #18461C

Color information

#18461C (or 0x18461C) is unknown color: approx Myrtle. HEX triplet: 18, 46 and 1C. RGB value is (24,70,28). Sum of RGB (Red+Green+Blue) = 24+70+28=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #18461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18461C is #E7B9E3. Grayscale: #333333. Windows color (decimal): -15186404 or 1852952. OLE color: 1852952.

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

Color convert

RGB247028-
CMYK0.6600.600.73
HSL125.22º48.94%18.43%-
HSV(B)125.22º65.71%27.45%-
XYZ2.784.661.85-
YUV51.46114.76108.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 70 (27.73% from 255) = 57.38%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=19.67%
G=57.38%
B=22.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470280.6600.600.73125.2248.9418.43
Hex18461C4203C497d3112
Octal30106341020741111756122
Binary11000100011011100100001001111001001001111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18461C; }

 p { color: rgb(24,70,28); }

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

<style>
 a { background-color: #18461C; }

 a { background-color: rgb(24,70,28); }

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

<style>
 span { border-color: #18461C; }

 span { border-color: rgb(24,70,28); }

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