#09300D

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

Shades of Myrtle #09300D

Tints of Myrtle #09300D

Color information

#09300D (or 0x09300D) is unknown color: approx Myrtle. HEX triplet: 09, 30 and 0D. RGB value is (9,48,13). Sum of RGB (Red+Green+Blue) = 9+48+13=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #09300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09300D is #F6CFF2. Grayscale: #202020. Windows color (decimal): -16175091 or 864265. OLE color: 864265.

HSL color Cylindrical-coordinate representation of color #09300D: hue angle of 126.15º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09300D is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB94813-
CMYK0.8100.730.81
HSL126.15º68.42%11.18%-
HSV(B)126.15º81.25%18.82%-
XYZ1.242.20.74-
YUV32.35117.08111.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 48 (19.14% from 255) = 68.57%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=12.86%
G=68.57%
B=18.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948130.8100.730.81126.1568.4211.18
Hex930D51049517e44b
Octal116015121011112117610413
Binary100111000011011010001010010011010001111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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