#094901

Color #094901 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #094901

Tints of Myrtle #094901

Color information

#094901 (or 0x094901) is unknown color: approx Myrtle. HEX triplet: 09, 49 and 01. RGB value is (9,73,1). Sum of RGB (Red+Green+Blue) = 9+73+1=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 73 (28.91% from 255 or 87.95% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 73 - color contains mainly: green. Hex color #094901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094901 is #F6B6FE. Grayscale: #2D2D2D. Windows color (decimal): -16168703 or 84233. OLE color: 84233.

HSL color Cylindrical-coordinate representation of color #094901: hue angle of 113.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #094901 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB9731-
CMYK0.8800.990.71
HSL113.33º97.3%14.51%-
HSV(B)113.33º98.63%28.63%-
XYZ2.54.830.83-
YUV45.66102.8101.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 73 (28.91% from 255) = 87.95%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=10.84%
G=87.95%
B=1.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal97310.8800.990.71113.3397.314.51
Hex949158063477161f
Octal111111130014310716114117
Binary1001100100111011000011000111000111111000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094901; }

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

 H1.HeaderClassName
 {
   color: #094901;
 }
 .AnyTagClassName
 {
   color: #094901;
 }
</style>
background-color css

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

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

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

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

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

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