#093600

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

Shades of Myrtle #093600

Tints of Myrtle #093600

Color information

#093600 (or 0x093600) is unknown color: approx Myrtle. HEX triplet: 09, 36 and 00. RGB value is (9,54,0). Sum of RGB (Red+Green+Blue) = 9+54+0=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 54 (21.48% from 255 or 85.71% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 54 - color contains mainly: green. Hex color #093600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093600 is #F6C9FF. Grayscale: #222222. Windows color (decimal): -16173568 or 13833. OLE color: 13833.

HSL color Cylindrical-coordinate representation of color #093600: hue angle of 110º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #093600 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB9540-
CMYK0.83010.79
HSL110º100%10.59%-
HSV(B)110º100%21.18%-
XYZ1.432.70.44-
YUV34.39108.59109.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 54 (21.48% from 255) = 85.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.29%
G=85.71%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal95400.83010.7911010010.59
Hex9360530644F6e64b
Octal11660123014411715614413
Binary100111011001010011011001001001111110111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093600; }

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

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

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

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

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

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

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

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