#09470C

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

Shades of Myrtle #09470C

Tints of Myrtle #09470C

Color information

#09470C (or 0x09470C) is unknown color: approx Myrtle. HEX triplet: 09, 47 and 0C. RGB value is (9,71,12). Sum of RGB (Red+Green+Blue) = 9+71+12=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #09470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09470C is #F6B8F3. Grayscale: #2D2D2D. Windows color (decimal): -16169204 or 804617. OLE color: 804617.

HSL color Cylindrical-coordinate representation of color #09470C: hue angle of 122.9º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09470C is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB97112-
CMYK0.8700.830.72
HSL122.9º77.5%15.69%-
HSV(B)122.9º87.32%27.84%-
XYZ2.434.591.11-
YUV45.74108.96101.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 71 (28.12% from 255) = 77.17%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=9.78%
G=77.17%
B=13.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971120.8700.830.72122.977.515.69
Hex947C57053487b4e10
Octal1110714127012311017311620
Binary10011000111110010101110101001110010001111011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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