#093003

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

Shades of Myrtle #093003

Tints of Myrtle #093003

Color information

#093003 (or 0x093003) is unknown color: approx Myrtle. HEX triplet: 09, 30 and 03. RGB value is (9,48,3). Sum of RGB (Red+Green+Blue) = 9+48+3=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #093003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093003 is #F6CFFC. Grayscale: #1F1F1F. Windows color (decimal): -16175101 or 208905. OLE color: 208905.

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

Color convert

RGB9483-
CMYK0.8100.940.81
HSL112º88.24%10%-
HSV(B)112º93.75%18.82%-
XYZ1.192.180.44-
YUV31.21112.08112.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 48 (19.14% from 255) = 80%
BLUE value IS 3 (1.56% from 255) = 5%
R=15%
G=80%
B=5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal94830.8100.940.8111288.2410
Hex93035105E517058a
Octal11603121013612116013012
Binary1001110000111010001010111101010001111000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093003; }

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

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

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

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

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

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

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

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