#094512

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

Shades of Myrtle #094512

Tints of Myrtle #094512

Color information

#094512 (or 0x094512) is unknown color: approx Myrtle. HEX triplet: 09, 45 and 12. RGB value is (9,69,18). Sum of RGB (Red+Green+Blue) = 9+69+18=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #094512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094512 is #F6BAED. Grayscale: #2D2D2D. Windows color (decimal): -16169710 or 1197321. OLE color: 1197321.

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

Color convert

RGB96918-
CMYK0.8700.740.73
HSL129º76.92%15.29%-
HSV(B)129º86.96%27.06%-
XYZ2.354.361.29-
YUV45.25112.62102.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 69 (27.34% from 255) = 71.88%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=9.38%
G=71.88%
B=18.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969180.8700.740.7312976.9215.29
Hex945125704A49814df
Octal1110522127011211120111517
Binary100110001011001010101110100101010010011000000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094512; }

 p { color: rgb(9,69,18); }

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

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

 a { background-color: rgb(9,69,18); }

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

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

 span { border-color: rgb(9,69,18); }

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