#09480E

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

Shades of Myrtle #09480E

Tints of Myrtle #09480E

Color information

#09480E (or 0x09480E) is unknown color: approx Myrtle. HEX triplet: 09, 48 and 0E. RGB value is (9,72,14). Sum of RGB (Red+Green+Blue) = 9+72+14=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #09480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09480E is #F6B7F1. Grayscale: #2E2E2E. Windows color (decimal): -16168946 or 935945. OLE color: 935945.

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

Color convert

RGB97214-
CMYK0.8800.810.72
HSL124.76º77.78%15.88%-
HSV(B)124.76º87.5%28.24%-
XYZ2.514.721.2-
YUV46.55109.63101.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 72 (28.52% from 255) = 75.79%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=9.47%
G=75.79%
B=14.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972140.8800.810.72124.7677.7815.88
Hex948E58051487d4e10
Octal1111016130012111017511620
Binary10011001000111010110000101000110010001111101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09480E; }

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

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

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

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

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

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

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

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