#094B0D

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

Shades of Myrtle #094B0D

Tints of Myrtle #094B0D

Color information

#094B0D (or 0x094B0D) is unknown color: approx Myrtle. HEX triplet: 09, 4B and 0D. RGB value is (9,75,13). Sum of RGB (Red+Green+Blue) = 9+75+13=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 75 (29.69% from 255 or 77.32% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 75 - color contains mainly: green. Hex color #094B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B0D is #F6B4F2. Grayscale: #303030. Windows color (decimal): -16168179 or 871177. OLE color: 871177.

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

Color convert

RGB97513-
CMYK0.8800.830.71
HSL123.64º78.57%16.47%-
HSV(B)123.64º88%29.41%-
XYZ2.75.121.23-
YUV48.2108.13100.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 75 (29.69% from 255) = 77.32%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=9.28%
G=77.32%
B=13.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975130.8800.830.71123.6478.5716.47
Hex94BD58053477c4f10
Octal1111315130012310717411720
Binary10011001011110110110000101001110001111111100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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