#094D14

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

Shades of Myrtle #094D14

Tints of Myrtle #094D14

Color information

#094D14 (or 0x094D14) is unknown color: approx Myrtle. HEX triplet: 09, 4D and 14. RGB value is (9,77,20). Sum of RGB (Red+Green+Blue) = 9+77+20=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 77 (30.47% from 255 or 72.64% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 77 - color contains mainly: green. Hex color #094D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D14 is #F6B2EB. Grayscale: #323232. Windows color (decimal): -16167660 or 1330441. OLE color: 1330441.

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

Color convert

RGB97720-
CMYK0.8800.740.70
HSL129.71º79.07%16.86%-
HSV(B)129.71º88.31%30.2%-
XYZ2.895.421.55-
YUV50.17110.9798.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 77 (30.47% from 255) = 72.64%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=8.49%
G=72.64%
B=18.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal977200.8800.740.70129.7179.0716.86
Hex94D145804A46824f11
Octal1111524130011210620211721
Binary1001100110110100101100001001010100011010000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,77,20); }

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

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

 a { background-color: rgb(9,77,20); }

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

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

 span { border-color: rgb(9,77,20); }

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