#094808

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

Shades of Myrtle #094808

Tints of Myrtle #094808

Color information

#094808 (or 0x094808) is unknown color: approx Myrtle. HEX triplet: 09, 48 and 08. RGB value is (9,72,8). Sum of RGB (Red+Green+Blue) = 9+72+8=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #094808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094808 is #F6B7F7. Grayscale: #2E2E2E. Windows color (decimal): -16168952 or 542729. OLE color: 542729.

HSL color Cylindrical-coordinate representation of color #094808: hue angle of 119.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094808 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB9728-
CMYK0.8800.890.72
HSL119.06º80%15.69%-
HSV(B)119.06º88.89%28.24%-
XYZ2.474.711.01-
YUV45.87106.63101.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 72 (28.52% from 255) = 80.90%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=10.11%
G=80.90%
B=8.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal97280.8800.890.72119.068015.69
Hex94885805948775010
Octal1111010130013111016712020
Binary10011001000100010110000101100110010001110111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094808; }

 p { color: rgb(9,72,8); }

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

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

 a { background-color: rgb(9,72,8); }

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

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

 span { border-color: rgb(9,72,8); }

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