#093000

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

Shades of Myrtle #093000

Tints of Myrtle #093000

Color information

#093000 (or 0x093000) is unknown color: approx Myrtle. HEX triplet: 09, 30 and 00. RGB value is (9,48,0). Sum of RGB (Red+Green+Blue) = 9+48+0=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #093000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093000 is #F6CFFF. Grayscale: #1F1F1F. Windows color (decimal): -16175104 or 12297. OLE color: 12297.

HSL color Cylindrical-coordinate representation of color #093000: hue angle of 108.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #093000 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB9480-
CMYK0.81010.81
HSL108.75º100%9.41%-
HSV(B)108.75º100%18.82%-
XYZ1.172.170.36-
YUV30.87110.58112.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.79%
GREEN value IS 48 (19.14% from 255) = 84.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.79%
G=84.21%
B=0%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal94800.81010.81108.751009.41
Hex930051064516d649
Octal11600121014412115514411
Binary100111000001010001011001001010001110110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093000; }

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

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

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

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

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

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

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

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