#095212

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

Shades of Myrtle #095212

Tints of Myrtle #095212

Color information

#095212 (or 0x095212) is unknown color: approx Myrtle. HEX triplet: 09, 52 and 12. RGB value is (9,82,18). Sum of RGB (Red+Green+Blue) = 9+82+18=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #095212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095212 is #F6ADED. Grayscale: #353535. Windows color (decimal): -16166382 or 1200649. OLE color: 1200649.

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

Color convert

RGB98218-
CMYK0.8900.780.68
HSL127.4º80.22%17.84%-
HSV(B)127.4º89.02%32.16%-
XYZ3.246.141.59-
YUV52.88108.3296.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 82 (32.42% from 255) = 75.23%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=8.26%
G=75.23%
B=16.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982180.8900.780.68127.480.2217.84
Hex952125904E447f5012
Octal1112222131011610417712022
Binary100110100101001010110010100111010001001111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095212; }

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

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

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

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

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

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

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

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