#0A4C14

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

Shades of Myrtle #0A4C14

Tints of Myrtle #0A4C14

Color information

#0A4C14 (or 0x0A4C14) is unknown color: approx Myrtle. HEX triplet: 0A, 4C and 14. RGB value is (10,76,20). Sum of RGB (Red+Green+Blue) = 10+76+20=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 76 (30.08% from 255 or 71.70% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 76 - color contains mainly: green. Hex color #0A4C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4C14 is #F5B3EB. Grayscale: #323232. Windows color (decimal): -16102380 or 1330186. OLE color: 1330186.

HSL color Cylindrical-coordinate representation of color #0A4C14: hue angle of 129.09º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4C14 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB107620-
CMYK0.8700.740.70
HSL129.09º76.74%16.86%-
HSV(B)129.09º86.84%29.8%-
XYZ2.845.281.53-
YUV49.88111.1399.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 76 (30.08% from 255) = 71.70%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=9.43%
G=71.70%
B=18.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1076200.8700.740.70129.0976.7416.86
HexA4C145704A46814d11
Octal1211424127011210620111521
Binary1010100110010100101011101001010100011010000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4C14; }

 p { color: rgb(10,76,20); }

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

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

 a { background-color: rgb(10,76,20); }

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

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

 span { border-color: rgb(10,76,20); }

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