Html Css Color HEX #094501 Myrtle

📋 copy color: '#094501'

red 9 ◦ green 69 ◦ blue 1

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

Shades of Myrtle #094501

Tints of Myrtle #094501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 87.34%

 BLUE value IS 1 (0.78% from 255) = 1.27%

R = 11.39%
G = 87.34%
B = 1.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#094501 (or 0x094501) is known color: Myrtle. HEX triplet: 09, 45 and 01. RGB value is (9,69,1). Sum of RGB (Red+Green+Blue) = 9+69+1=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 69 (27.34% from 255 or 87.34% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 69 - color contains mainly: green. Hex color #094501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094501 is #F6BAFE. Grayscale: #2B2B2B. Windows color (decimal): -16169727 or 83209. OLE color: 83209.

HSL color Cylindrical-coordinate representation of color #094501: hue angle of 112.94º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #094501 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 69 1 -
CMYK 0.87 0 0.99 0.73
HSL 112.94º 0.97% 0.14% -
HSV(B) 112.94º 0.99% 0.27% -
XYZ 2.25 4.32 0.74 -
YUV 43.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 9 69 1 0.87 0 0.99 0.73 112.94 0.97 0.14
Hex 9 45 1 57 0 63 49 71 61 E
Octal 11 105 1 127 0 143 111 161 141 16
Binary 1001 1000101 1 1010111 0 1100011 1001001 1110001 1100001 1110

Color Harmonies of #094501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094501

Black with #094501

Text Example


Text Example

White with #094501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094501; }

 p { color: rgb(9,69,1); }

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

background-color css

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

 a { background-color: rgb(9,69,1); }

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

border-color css

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

 span { border-color: rgb(9,69,1); }

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