#092D0C

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

Shades of Myrtle #092D0C

Tints of Myrtle #092D0C

Color information

#092D0C (or 0x092D0C) is unknown color: approx Myrtle. HEX triplet: 09, 2D and 0C. RGB value is (9,45,12). Sum of RGB (Red+Green+Blue) = 9+45+12=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 45 (17.97% from 255 or 68.18% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 45 - color contains mainly: green. Hex color #092D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092D0C is #F6D2F3. Grayscale: #1E1E1E. Windows color (decimal): -16175860 or 797961. OLE color: 797961.

HSL color Cylindrical-coordinate representation of color #092D0C: hue angle of 125º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092D0C is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.82.

Color convert

RGB94512-
CMYK0.800.730.82
HSL125º66.67%10.59%-
HSV(B)125º80%17.65%-
XYZ1.121.960.67-
YUV30.47117.57112.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 45 (17.97% from 255) = 68.18%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=13.64%
G=68.18%
B=18.18%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal945120.800.730.8212566.6710.59
Hex92DC50049527d43b
Octal115514120011112217510313
Binary100110110111001010000010010011010010111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092D0C; }

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

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

<style>
 a { background-color: #092D0C; }

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

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

<style>
 span { border-color: #092D0C; }

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

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