#093A0E

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

Shades of Myrtle #093A0E

Tints of Myrtle #093A0E

Color information

#093A0E (or 0x093A0E) is unknown color: approx Myrtle. HEX triplet: 09, 3A and 0E. RGB value is (9,58,14). Sum of RGB (Red+Green+Blue) = 9+58+14=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #093A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A0E is #F6C5F1. Grayscale: #262626. Windows color (decimal): -16172530 or 932361. OLE color: 932361.

HSL color Cylindrical-coordinate representation of color #093A0E: hue angle of 126.12º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A0E is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB95814-
CMYK0.8400.760.77
HSL126.12º73.13%13.14%-
HSV(B)126.12º84.48%22.75%-
XYZ1.73.120.93-
YUV38.33114.27107.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 58 (23.05% from 255) = 71.60%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=11.11%
G=71.60%
B=17.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958140.8400.760.77126.1273.1313.14
Hex93AE5404C4D7e49d
Octal117216124011411517611115
Binary100111101011101010100010011001001101111111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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