#093E00

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

Shades of Myrtle #093E00

Tints of Myrtle #093E00

Color information

#093E00 (or 0x093E00) is unknown color: approx Myrtle. HEX triplet: 09, 3E and 00. RGB value is (9,62,0). Sum of RGB (Red+Green+Blue) = 9+62+0=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 62 (24.61% from 255 or 87.32% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 62 - color contains mainly: green. Hex color #093E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093E00 is #F6C1FF. Grayscale: #272727. Windows color (decimal): -16171520 or 15881. OLE color: 15881.

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

Color convert

RGB9620-
CMYK0.85010.76
HSL111.29º100%12.16%-
HSV(B)111.29º100%24.31%-
XYZ1.843.50.58-
YUV39.08105.94106.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 62 (24.61% from 255) = 87.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.68%
G=87.32%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal96200.85010.76111.2910012.16
Hex93E0550644C6f64c
Octal11760125014411415714414
Binary100111111001010101011001001001100110111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,0); }

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

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

 a { background-color: rgb(9,62,0); }

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

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

 span { border-color: rgb(9,62,0); }

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