#18461F

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

Shades of Myrtle #18461F

Tints of Myrtle #18461F

Color information

#18461F (or 0x18461F) is unknown color: approx Myrtle. HEX triplet: 18, 46 and 1F. RGB value is (24,70,31). Sum of RGB (Red+Green+Blue) = 24+70+31=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #18461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18461F is #E7B9E0. Grayscale: #333333. Windows color (decimal): -15186401 or 2049560. OLE color: 2049560.

HSL color Cylindrical-coordinate representation of color #18461F: hue angle of 129.13º 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 #18461F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB247031-
CMYK0.6600.560.73
HSL129.13º48.94%18.43%-
HSV(B)129.13º65.71%27.45%-
XYZ2.814.672.05-
YUV51.8116.26108.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 70 (27.73% from 255) = 56%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=19.2%
G=56%
B=24.8%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470310.6600.560.73129.1348.9418.43
Hex18461F4203849813112
Octal30106371020701112016122
Binary110001000110111111000010011100010010011000000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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