#09450D

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

Shades of Myrtle #09450D

Tints of Myrtle #09450D

Color information

#09450D (or 0x09450D) is unknown color: approx Myrtle. HEX triplet: 09, 45 and 0D. RGB value is (9,69,13). Sum of RGB (Red+Green+Blue) = 9+69+13=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #09450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09450D is #F6BAF2. Grayscale: #2C2C2C. Windows color (decimal): -16169715 or 869641. OLE color: 869641.

HSL color Cylindrical-coordinate representation of color #09450D: hue angle of 124º 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 #09450D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB96913-
CMYK0.8700.810.73
HSL124º76.92%15.29%-
HSV(B)124º86.96%27.06%-
XYZ2.314.341.1-
YUV44.68110.12102.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 69 (27.34% from 255) = 75.82%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=9.89%
G=75.82%
B=14.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969130.8700.810.7312476.9215.29
Hex945D57051497c4df
Octal1110515127012111117411517
Binary1001100010111011010111010100011001001111110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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