#094801

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

Shades of Myrtle #094801

Tints of Myrtle #094801

Color information

#094801 (or 0x094801) is unknown color: approx Myrtle. HEX triplet: 09, 48 and 01. RGB value is (9,72,1). Sum of RGB (Red+Green+Blue) = 9+72+1=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 72 (28.52% from 255 or 87.80% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 72 - color contains mainly: green. Hex color #094801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094801 is #F6B7FE. Grayscale: #2D2D2D. Windows color (decimal): -16168959 or 83977. OLE color: 83977.

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

Color convert

RGB9721-
CMYK0.8800.990.72
HSL113.24º97.26%14.31%-
HSV(B)113.24º98.61%28.24%-
XYZ2.444.690.81-
YUV45.07103.13102.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 72 (28.52% from 255) = 87.80%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=10.98%
G=87.80%
B=1.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal97210.8800.990.72113.2497.2614.31
Hex948158063487161e
Octal111101130014311016114116
Binary1001100100011011000011000111001000111000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094801; }

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

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

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

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

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

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

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

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