#093D0C

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

Shades of Myrtle #093D0C

Tints of Myrtle #093D0C

Color information

#093D0C (or 0x093D0C) is unknown color: approx Myrtle. HEX triplet: 09, 3D and 0C. RGB value is (9,61,12). Sum of RGB (Red+Green+Blue) = 9+61+12=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #093D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D0C is #F6C2F3. Grayscale: #282828. Windows color (decimal): -16171764 or 802057. OLE color: 802057.

HSL color Cylindrical-coordinate representation of color #093D0C: hue angle of 123.46º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D0C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB96112-
CMYK0.8500.800.76
HSL123.46º74.29%13.73%-
HSV(B)123.46º85.25%23.92%-
XYZ1.853.420.91-
YUV39.87112.27105.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 61 (24.22% from 255) = 74.39%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=10.98%
G=74.39%
B=14.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961120.8500.800.76123.4674.2913.73
Hex93DC550504C7b4ae
Octal117514125012011417311216
Binary100111110111001010101010100001001100111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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