#095213

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

Shades of Myrtle #095213

Tints of Myrtle #095213

Color information

#095213 (or 0x095213) is unknown color: approx Myrtle. HEX triplet: 09, 52 and 13. RGB value is (9,82,19). Sum of RGB (Red+Green+Blue) = 9+82+19=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #095213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095213 is #F6ADEC. Grayscale: #353535. Windows color (decimal): -16166381 or 1266185. OLE color: 1266185.

HSL color Cylindrical-coordinate representation of color #095213: hue angle of 128.22º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095213 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB98219-
CMYK0.8900.770.68
HSL128.22º80.22%17.84%-
HSV(B)128.22º89.02%32.16%-
XYZ3.256.141.63-
YUV52.99108.8296.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 82 (32.42% from 255) = 74.55%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=8.18%
G=74.55%
B=17.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982190.8900.770.68128.2280.2217.84
Hex952135904D44805012
Octal1112223131011510420012022
Binary1001101001010011101100101001101100010010000000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095213; }

 p { color: rgb(9,82,19); }

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

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

 a { background-color: rgb(9,82,19); }

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

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

 span { border-color: rgb(9,82,19); }

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