#094A0E

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

Shades of Myrtle #094A0E

Tints of Myrtle #094A0E

Color information

#094A0E (or 0x094A0E) is unknown color: approx Myrtle. HEX triplet: 09, 4A and 0E. RGB value is (9,74,14). Sum of RGB (Red+Green+Blue) = 9+74+14=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #094A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A0E is #F6B5F1. Grayscale: #2F2F2F. Windows color (decimal): -16168434 or 936457. OLE color: 936457.

HSL color Cylindrical-coordinate representation of color #094A0E: hue angle of 124.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A0E is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB97414-
CMYK0.8800.810.71
HSL124.62º78.31%16.27%-
HSV(B)124.62º87.84%29.02%-
XYZ2.644.991.24-
YUV47.72108.97100.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 74 (29.30% from 255) = 76.29%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=9.28%
G=76.29%
B=14.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974140.8800.810.71124.6278.3116.27
Hex94AE58051477d4e10
Octal1111216130012110717511620
Binary10011001010111010110000101000110001111111101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A0E; }

 p { color: rgb(9,74,14); }

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

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

 a { background-color: rgb(9,74,14); }

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

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

 span { border-color: rgb(9,74,14); }

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