Html Css Color HEX #094F13 Myrtle

📋 copy color: '#094F13'

red 9 ◦ green 79 ◦ blue 19

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

Shades of Myrtle #094F13

Tints of Myrtle #094F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 73.83%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 8.41%
G = 73.83%
B = 17.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#094F13 (or 0x094F13) is known color: Myrtle. HEX triplet: 09, 4F and 13. RGB value is (9,79,19). Sum of RGB (Red+Green+Blue) = 9+79+19=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 79 (31.25% from 255 or 73.83% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 79 - color contains mainly: green. Hex color #094F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094F13 is #F6B0EC. Grayscale: #333333. Windows color (decimal): -16167149 or 1265417. OLE color: 1265417.

HSL color Cylindrical-coordinate representation of color #094F13: hue angle of 128.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F13 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 79 19 -
CMYK 0.89 0 0.76 0.69
HSL 128.57º 0.8% 0.17% -
HSV(B) 128.57º 0.89% 0.31% -
XYZ 3.03 5.7 1.56 -
YUV 51.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 9 79 19 0.89 0 0.76 0.69 128.57 0.8 0.17
Hex 9 4F 13 59 0 4C 45 81 50 11
Octal 11 117 23 131 0 114 105 201 120 21
Binary 1001 1001111 10011 1011001 0 1001100 1000101 10000001 1010000 10001

Color Harmonies of #094F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F13

Black with #094F13

Text Example


Text Example

White with #094F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094F13; }

 p { color: rgb(9,79,19); }

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

background-color css

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

 a { background-color: rgb(9,79,19); }

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

border-color css

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

 span { border-color: rgb(9,79,19); }

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