#184A12

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

Shades of Myrtle #184A12

Tints of Myrtle #184A12

Color information

#184A12 (or 0x184A12) is unknown color: approx Myrtle. HEX triplet: 18, 4A and 12. RGB value is (24,74,18). Sum of RGB (Red+Green+Blue) = 24+74+18=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 74 (29.30% from 255 or 63.79% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 74 - color contains mainly: green. Hex color #184A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184A12 is #E7B5ED. Grayscale: #343434. Windows color (decimal): -15185390 or 1198616. OLE color: 1198616.

HSL color Cylindrical-coordinate representation of color #184A12: hue angle of 113.57º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184A12 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB247418-
CMYK0.6800.760.71
HSL113.57º60.87%18.04%-
HSV(B)113.57º75.68%29.02%-
XYZ2.935.141.41-
YUV52.67108.44107.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 74 (29.30% from 255) = 63.79%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=20.69%
G=63.79%
B=15.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2474180.6800.760.71113.5760.8718.04
Hex184A124404C47723d12
Octal301122210401141071627522
Binary110001001010100101000100010011001000111111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184A12; }

 p { color: rgb(24,74,18); }

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

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

 a { background-color: rgb(24,74,18); }

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

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

 span { border-color: rgb(24,74,18); }

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