#093804

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

Shades of Myrtle #093804

Tints of Myrtle #093804

Color information

#093804 (or 0x093804) is unknown color: approx Myrtle. HEX triplet: 09, 38 and 04. RGB value is (9,56,4). Sum of RGB (Red+Green+Blue) = 9+56+4=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 56 (22.27% from 255 or 81.16% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 56 - color contains mainly: green. Hex color #093804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093804 is #F6C7FB. Grayscale: #242424. Windows color (decimal): -16173052 or 276489. OLE color: 276489.

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

Color convert

RGB9564-
CMYK0.8400.930.78
HSL114.23º86.67%11.76%-
HSV(B)114.23º92.86%21.96%-
XYZ1.552.90.59-
YUV36.02109.93108.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.04%
GREEN value IS 56 (22.27% from 255) = 81.16%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=13.04%
G=81.16%
B=5.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal95640.8400.930.78114.2386.6711.76
Hex93845405D4E7257c
Octal11704124013511616212714
Binary10011110001001010100010111011001110111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093804; }

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

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

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

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

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

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

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

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