#124A10

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

Shades of Myrtle #124A10

Tints of Myrtle #124A10

Color information

#124A10 (or 0x124A10) is unknown color: approx Myrtle. HEX triplet: 12, 4A and 10. RGB value is (18,74,16). Sum of RGB (Red+Green+Blue) = 18+74+16=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 74 (29.30% from 255 or 68.52% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 74 - color contains mainly: green. Hex color #124A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A10 is #EDB5EF. Grayscale: #323232. Windows color (decimal): -15578608 or 1067538. OLE color: 1067538.

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

Color convert

RGB187416-
CMYK0.7600.780.71
HSL117.93º64.44%17.65%-
HSV(B)117.93º78.38%29.02%-
XYZ2.795.061.32-
YUV50.64108.45104.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 74 (29.30% from 255) = 68.52%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=16.67%
G=68.52%
B=14.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874160.7600.780.71117.9364.4417.65
Hex124A104C04E47764012
Octal2211220114011610716610022
Binary1001010010101000010011000100111010001111110110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124A10; }

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

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

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

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

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

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

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

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