Html Css Color HEX #094005 Myrtle

📋 copy color: '#094005'

red 9 ◦ green 64 ◦ blue 5

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

Shades of Myrtle #094005

Tints of Myrtle #094005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 82.05%

 BLUE value IS 5 (2.34% from 255) = 6.41%

R = 11.54%
G = 82.05%
B = 6.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#094005 (or 0x094005) is known color: Myrtle. HEX triplet: 09, 40 and 05. RGB value is (9,64,5). Sum of RGB (Red+Green+Blue) = 9+64+5=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #094005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094005 is #F6BFFA. Grayscale: #292929. Windows color (decimal): -16171003 or 344073. OLE color: 344073.

HSL color Cylindrical-coordinate representation of color #094005: hue angle of 115.93º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094005 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 5 -
CMYK 0.86 0 0.92 0.75
HSL 115.93º 0.86% 0.14% -
HSV(B) 115.93º 0.92% 0.25% -
XYZ 1.97 3.74 0.76 -
YUV 40.83 107.78 105.3 -
System Red Green Blue C M Y K H S L
Decimal 9 64 5 0.86 0 0.92 0.75 115.93 0.86 0.14
Hex 9 40 5 56 0 5C 4B 74 56 E
Octal 11 100 5 126 0 134 113 164 126 16
Binary 1001 1000000 101 1010110 0 1011100 1001011 1110100 1010110 1110

Color Harmonies of #094005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094005

Black with #094005

Text Example


Text Example

White with #094005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094005; }

 p { color: rgb(9,64,5); }

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

background-color css

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

 a { background-color: rgb(9,64,5); }

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

border-color css

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

 span { border-color: rgb(9,64,5); }

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