#095403

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

Shades of Myrtle #095403

Tints of Myrtle #095403

Color information

#095403 (or 0x095403) is unknown color: approx Myrtle. HEX triplet: 09, 54 and 03. RGB value is (9,84,3). Sum of RGB (Red+Green+Blue) = 9+84+3=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 84 (33.20% from 255 or 87.5% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 84 - color contains mainly: green. Hex color #095403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095403 is #F6ABFC. Grayscale: #343434. Windows color (decimal): -16165885 or 218121. OLE color: 218121.

HSL color Cylindrical-coordinate representation of color #095403: hue angle of 115.56º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095403 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB9843-
CMYK0.8900.960.67
HSL115.56º93.1%17.06%-
HSV(B)115.56º96.43%32.94%-
XYZ3.36.411.15-
YUV52.34100.1597.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 84 (33.20% from 255) = 87.5%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=9.38%
G=87.5%
B=3.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal98430.8900.960.67115.5693.117.06
Hex95435906043745d11
Octal111243131014010316413521
Binary100110101001110110010110000010000111110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095403; }

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

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

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

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

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

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

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

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