#095301

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

Shades of Myrtle #095301

Tints of Myrtle #095301

Color information

#095301 (or 0x095301) is unknown color: approx Myrtle. HEX triplet: 09, 53 and 01. RGB value is (9,83,1). Sum of RGB (Red+Green+Blue) = 9+83+1=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 83 (32.81% from 255 or 89.25% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 83 - color contains mainly: green. Hex color #095301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095301 is #F6ACFE. Grayscale: #333333. Windows color (decimal): -16166143 or 86793. OLE color: 86793.

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

Color convert

RGB9831-
CMYK0.8900.990.67
HSL114.15º97.62%16.47%-
HSV(B)114.15º98.8%32.55%-
XYZ3.216.251.07-
YUV51.5399.4897.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 83 (32.81% from 255) = 89.25%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=9.68%
G=89.25%
B=1.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal98310.8900.990.67114.1597.6216.47
Hex95315906343726210
Octal111231131014310316214220
Binary10011010011110110010110001110000111110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095301; }

 p { color: rgb(9,83,1); }

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

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

 a { background-color: rgb(9,83,1); }

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

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

 span { border-color: rgb(9,83,1); }

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