#093805

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

Shades of Myrtle #093805

Tints of Myrtle #093805

Color information

#093805 (or 0x093805) is unknown color: approx Myrtle. HEX triplet: 09, 38 and 05. RGB value is (9,56,5). Sum of RGB (Red+Green+Blue) = 9+56+5=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #093805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093805 is #F6C7FA. Grayscale: #242424. Windows color (decimal): -16173051 or 342025. OLE color: 342025.

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

Color convert

RGB9565-
CMYK0.8400.910.78
HSL115.29º83.61%11.96%-
HSV(B)115.29º91.07%21.96%-
XYZ1.552.90.62-
YUV36.13110.43108.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 56 (22.27% from 255) = 80%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=12.86%
G=80%
B=7.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal95650.8400.910.78115.2983.6111.96
Hex93855405B4E7354c
Octal11705124013311616312414
Binary10011110001011010100010110111001110111001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093805; }

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

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

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

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

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

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

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

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