#09350A

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

Shades of Myrtle #09350A

Tints of Myrtle #09350A

Color information

#09350A (or 0x09350A) is unknown color: approx Myrtle. HEX triplet: 09, 35 and 0A. RGB value is (9,53,10). Sum of RGB (Red+Green+Blue) = 9+53+10=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #09350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09350A is #F6CAF5. Grayscale: #232323. Windows color (decimal): -16173814 or 668937. OLE color: 668937.

HSL color Cylindrical-coordinate representation of color #09350A: hue angle of 121.36º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09350A is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB95310-
CMYK0.8300.810.79
HSL121.36º70.97%12.16%-
HSV(B)121.36º83.02%20.78%-
XYZ1.442.630.72-
YUV34.94113.92109.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 53 (21.09% from 255) = 73.61%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=12.5%
G=73.61%
B=13.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953100.8300.810.79121.3670.9712.16
Hex935A530514F7947c
Octal116512123012111717110714
Binary100111010110101010011010100011001111111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09350A; }

 p { color: rgb(9,53,10); }

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

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

 a { background-color: rgb(9,53,10); }

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

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

 span { border-color: rgb(9,53,10); }

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