Html Css Color HEX #093100 Myrtle

📋 copy color: '#093100'

red 9 ◦ green 49 ◦ blue 0

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

Shades of Myrtle #093100

Tints of Myrtle #093100

RGB

 RED value IS 9 (3.91% from 255) = 15.52%

 GREEN value IS 49 (19.53% from 255) = 84.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.52%
G = 84.48%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#093100 (or 0x093100) is known color: Myrtle. HEX triplet: 09, 31 and 00. RGB value is (9,49,0). Sum of RGB (Red+Green+Blue) = 9+49+0=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 49 (19.53% from 255 or 84.48% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 49 - color contains mainly: green. Hex color #093100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093100 is #F6CEFF. Grayscale: #1F1F1F. Windows color (decimal): -16174848 or 12553. OLE color: 12553.

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

Color convert

RGB 9 49 0 -
CMYK 0.82 0 1 0.81
HSL 108.98º 1% 0.1% -
HSV(B) 108.98º 1% 0.19% -
XYZ 1.21 2.25 0.37 -
YUV 31.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 9 49 0 0.82 0 1 0.81 108.98 1 0.1
Hex 9 31 0 52 0 64 51 6D 64 A
Octal 11 61 0 122 0 144 121 155 144 12
Binary 1001 110001 0 1010010 0 1100100 1010001 1101101 1100100 1010

Color Harmonies of #093100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093100

Black with #093100

Text Example


Text Example

White with #093100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093100; }

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

 H1.HeaderClassName
 {
   color: #093100;
 }
 .AnyTagClassName
 {
   color: #093100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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