#184514

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

Shades of Myrtle #184514

Tints of Myrtle #184514

Color information

#184514 (or 0x184514) is unknown color: approx Myrtle. HEX triplet: 18, 45 and 14. RGB value is (24,69,20). Sum of RGB (Red+Green+Blue) = 24+69+20=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #184514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184514 is #E7BAEB. Grayscale: #323232. Windows color (decimal): -15186668 or 1328408. OLE color: 1328408.

HSL color Cylindrical-coordinate representation of color #184514: hue angle of 115.1º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184514 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB246920-
CMYK0.6500.710.73
HSL115.1º55.06%17.45%-
HSV(B)115.1º71.01%27.06%-
XYZ2.634.51.39-
YUV49.96111.09109.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=21.24%
G=61.06%
B=17.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469200.6500.710.73115.155.0617.45
Hex1845144104749733711
Octal301052410101071111636721
Binary110001000101101001000001010001111001001111001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184514; }

 p { color: rgb(24,69,20); }

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

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

 a { background-color: rgb(24,69,20); }

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

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

 span { border-color: rgb(24,69,20); }

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