#093005

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

Shades of Myrtle #093005

Tints of Myrtle #093005

Color information

#093005 (or 0x093005) is unknown color: approx Myrtle. HEX triplet: 09, 30 and 05. RGB value is (9,48,5). Sum of RGB (Red+Green+Blue) = 9+48+5=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #093005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093005 is #F6CFFA. Grayscale: #1F1F1F. Windows color (decimal): -16175099 or 339977. OLE color: 339977.

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

Color convert

RGB9485-
CMYK0.8100.900.81
HSL114.42º81.13%10.39%-
HSV(B)114.42º89.58%18.82%-
XYZ1.22.180.5-
YUV31.44113.08112-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 48 (19.14% from 255) = 77.42%
BLUE value IS 5 (2.34% from 255) = 8.06%
R=14.52%
G=77.42%
B=8.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal94850.8100.900.81114.4281.1310.39
Hex93055105A517251a
Octal11605121013212116212112
Binary10011100001011010001010110101010001111001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093005; }

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

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

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

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

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

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

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

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