#095503

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

Shades of Myrtle #095503

Tints of Myrtle #095503

Color information

#095503 (or 0x095503) is unknown color: approx Myrtle. HEX triplet: 09, 55 and 03. RGB value is (9,85,3). Sum of RGB (Red+Green+Blue) = 9+85+3=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 85 (33.59% from 255 or 87.63% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 85 - color contains mainly: green. Hex color #095503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095503 is #F6AAFC. Grayscale: #353535. Windows color (decimal): -16165629 or 218377. OLE color: 218377.

HSL color Cylindrical-coordinate representation of color #095503: hue angle of 115.61º 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 #095503 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB9853-
CMYK0.8900.960.67
HSL115.61º93.18%17.25%-
HSV(B)115.61º96.47%33.33%-
XYZ3.386.561.17-
YUV52.9399.8296.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 85 (33.59% from 255) = 87.63%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=9.28%
G=87.63%
B=3.09%

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
Decimal98530.8900.960.67115.6193.1817.25
Hex95535906043745d11
Octal111253131014010316413521
Binary100110101011110110010110000010000111110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095503; }

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

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

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

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

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

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

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

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