#095004

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

Shades of Myrtle #095004

Tints of Myrtle #095004

Color information

#095004 (or 0x095004) is unknown color: approx Myrtle. HEX triplet: 09, 50 and 04. RGB value is (9,80,4). Sum of RGB (Red+Green+Blue) = 9+80+4=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 80 (31.64% from 255 or 86.02% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 80 - color contains mainly: green. Hex color #095004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095004 is #F6AFFB. Grayscale: #323232. Windows color (decimal): -16166908 or 282633. OLE color: 282633.

HSL color Cylindrical-coordinate representation of color #095004: hue angle of 116.05º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095004 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB9804-
CMYK0.8900.950.69
HSL116.05º90.48%16.47%-
HSV(B)116.05º95%31.37%-
XYZ35.81.08-
YUV50.11101.9898.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 80 (31.64% from 255) = 86.02%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=9.68%
G=86.02%
B=4.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal98040.8900.950.69116.0590.4816.47
Hex95045905F45745a10
Octal111204131013710516413220
Binary1001101000010010110010101111110001011110100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095004; }

 p { color: rgb(9,80,4); }

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

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

 a { background-color: rgb(9,80,4); }

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

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

 span { border-color: rgb(9,80,4); }

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