#093A05

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

Shades of Myrtle #093A05

Tints of Myrtle #093A05

Color information

#093A05 (or 0x093A05) is unknown color: approx Myrtle. HEX triplet: 09, 3A and 05. RGB value is (9,58,5). Sum of RGB (Red+Green+Blue) = 9+58+5=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #093A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A05 is #F6C5FA. Grayscale: #252525. Windows color (decimal): -16172539 or 342537. OLE color: 342537.

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

Color convert

RGB9585-
CMYK0.8400.910.77
HSL115.47º84.13%12.35%-
HSV(B)115.47º91.38%22.75%-
XYZ1.653.10.65-
YUV37.31109.77107.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 58 (23.05% from 255) = 80.56%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=12.5%
G=80.56%
B=6.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal95850.8400.910.77115.4784.1312.35
Hex93A55405B4D7354c
Octal11725124013311516312414
Binary10011110101011010100010110111001101111001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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