#09480D

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

Shades of Myrtle #09480D

Tints of Myrtle #09480D

Color information

#09480D (or 0x09480D) is unknown color: approx Myrtle. HEX triplet: 09, 48 and 0D. RGB value is (9,72,13). Sum of RGB (Red+Green+Blue) = 9+72+13=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #09480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09480D is #F6B7F2. Grayscale: #2E2E2E. Windows color (decimal): -16168947 or 870409. OLE color: 870409.

HSL color Cylindrical-coordinate representation of color #09480D: hue angle of 123.81º 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 #09480D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB97213-
CMYK0.8800.820.72
HSL123.81º77.78%15.88%-
HSV(B)123.81º87.5%28.24%-
XYZ2.54.721.16-
YUV46.44109.13101.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 72 (28.52% from 255) = 76.60%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=9.57%
G=76.60%
B=13.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972130.8800.820.72123.8177.7815.88
Hex948D58052487c4e10
Octal1111015130012211017411620
Binary10011001000110110110000101001010010001111100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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