Html Css Color HEX #094D13 Myrtle

📋 copy color: '#094D13'

red 9 ◦ green 77 ◦ blue 19

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

Shades of Myrtle #094D13

Tints of Myrtle #094D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 73.33%

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

R = 8.57%
G = 73.33%
B = 18.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#094D13 (or 0x094D13) is known color: Myrtle. HEX triplet: 09, 4D and 13. RGB value is (9,77,19). Sum of RGB (Red+Green+Blue) = 9+77+19=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 77 (30.47% from 255 or 73.33% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 77 - color contains mainly: green. Hex color #094D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D13 is #F6B2EC. Grayscale: #323232. Windows color (decimal): -16167661 or 1264905. OLE color: 1264905.

HSL color Cylindrical-coordinate representation of color #094D13: hue angle of 128.82º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D13 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 77 19 -
CMYK 0.88 0 0.75 0.70
HSL 128.82º 0.79% 0.17% -
HSV(B) 128.82º 0.88% 0.3% -
XYZ 2.88 5.41 1.51 -
YUV 50.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 9 77 19 0.88 0 0.75 0.70 128.82 0.79 0.17
Hex 9 4D 13 58 0 4B 46 81 4F 11
Octal 11 115 23 130 0 113 106 201 117 21
Binary 1001 1001101 10011 1011000 0 1001011 1000110 10000001 1001111 10001

Color Harmonies of #094D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D13

Black with #094D13

Text Example


Text Example

White with #094D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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