#094B03

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

Shades of Myrtle #094B03

Tints of Myrtle #094B03

Color information

#094B03 (or 0x094B03) is unknown color: approx Myrtle. HEX triplet: 09, 4B and 03. RGB value is (9,75,3). Sum of RGB (Red+Green+Blue) = 9+75+3=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 75 (29.69% from 255 or 86.21% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 75 - color contains mainly: green. Hex color #094B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B03 is #F6B4FC. Grayscale: #2F2F2F. Windows color (decimal): -16168189 or 215817. OLE color: 215817.

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

Color convert

RGB9753-
CMYK0.8800.960.71
HSL115º92.31%15.29%-
HSV(B)115º96%29.41%-
XYZ2.655.10.93-
YUV47.06103.13100.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 75 (29.69% from 255) = 86.21%
BLUE value IS 3 (1.56% from 255) = 3.45%
R=10.34%
G=86.21%
B=3.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal97530.8800.960.7111592.3115.29
Hex94B35806047735cf
Octal111133130014010716313417
Binary10011001011111011000011000001000111111001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,75,3); }

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

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

 a { background-color: rgb(9,75,3); }

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

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

 span { border-color: rgb(9,75,3); }

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