Html Css Color HEX #093600 Myrtle

📋 copy color: '#093600'

red 9 ◦ green 54 ◦ blue 0

#093600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #093600

Tints of Myrtle #093600

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 value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#093600 (or 0x093600) is known color: 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

RGB 9 54 0 -
CMYK 0.83 0 1 0.79
HSL 110º 1% 0.11% -
HSV(B) 110º 1% 0.21% -
XYZ 1.43 2.7 0.44 -
YUV 34.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 9 54 0 0.83 0 1 0.79 110 1 0.11
Hex 9 36 0 53 0 64 4F 6E 64 B
Octal 11 66 0 123 0 144 117 156 144 13
Binary 1001 110110 0 1010011 0 1100100 1001111 1101110 1100100 1011

Color Harmonies of #093600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093600

Black with #093600

Text Example


Text Example

White with #093600

Text Example


Text Example

HTML Codes & Css Web 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>