#095202

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

Shades of Myrtle #095202

Tints of Myrtle #095202

Color information

#095202 (or 0x095202) is unknown color: approx Myrtle. HEX triplet: 09, 52 and 02. RGB value is (9,82,2). Sum of RGB (Red+Green+Blue) = 9+82+2=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 82 (32.42% from 255 or 88.17% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 82 - color contains mainly: green. Hex color #095202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095202 is #F6ADFD. Grayscale: #333333. Windows color (decimal): -16166398 or 152073. OLE color: 152073.

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

Color convert

RGB9822-
CMYK0.8900.980.68
HSL114.75º95.24%16.47%-
HSV(B)114.75º97.56%32.16%-
XYZ3.146.11.07-
YUV51.05100.3298-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 82 (32.42% from 255) = 88.17%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=9.68%
G=88.17%
B=2.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal98220.8900.980.68114.7595.2416.47
Hex95225906244735f10
Octal111222131014210416313720
Binary100110100101010110010110001010001001110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095202; }

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

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

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

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

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

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

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

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