#09350E

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

Shades of Myrtle #09350E

Tints of Myrtle #09350E

Color information

#09350E (or 0x09350E) is unknown color: approx Myrtle. HEX triplet: 09, 35 and 0E. RGB value is (9,53,14). Sum of RGB (Red+Green+Blue) = 9+53+14=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #09350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09350E is #F6CAF1. Grayscale: #232323. Windows color (decimal): -16173810 or 931081. OLE color: 931081.

HSL color Cylindrical-coordinate representation of color #09350E: hue angle of 126.82º 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 #09350E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB95314-
CMYK0.8300.740.79
HSL126.82º70.97%12.16%-
HSV(B)126.82º83.02%20.78%-
XYZ1.472.640.85-
YUV35.4115.92109.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 53 (21.09% from 255) = 69.74%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=11.84%
G=69.74%
B=18.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953140.8300.740.79126.8270.9712.16
Hex935E5304A4F7f47c
Octal116516123011211717710714
Binary100111010111101010011010010101001111111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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