#09340C

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

Shades of Myrtle #09340C

Tints of Myrtle #09340C

Color information

#09340C (or 0x09340C) is unknown color: approx Myrtle. HEX triplet: 09, 34 and 0C. RGB value is (9,52,12). Sum of RGB (Red+Green+Blue) = 9+52+12=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #09340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09340C is #F6CBF3. Grayscale: #222222. Windows color (decimal): -16174068 or 799753. OLE color: 799753.

HSL color Cylindrical-coordinate representation of color #09340C: hue angle of 124.19º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09340C is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB95212-
CMYK0.8300.770.80
HSL124.19º70.49%11.96%-
HSV(B)124.19º82.69%20.39%-
XYZ1.412.540.76-
YUV34.58115.25109.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 52 (20.70% from 255) = 71.23%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=12.33%
G=71.23%
B=16.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952120.8300.770.80124.1970.4911.96
Hex934C5304D507c46c
Octal116414123011512017410614
Binary100111010011001010011010011011010000111110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09340C; }

 p { color: rgb(9,52,12); }

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

<style>
 a { background-color: #09340C; }

 a { background-color: rgb(9,52,12); }

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

<style>
 span { border-color: #09340C; }

 span { border-color: rgb(9,52,12); }

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