#095312

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

Shades of Myrtle #095312

Tints of Myrtle #095312

Color information

#095312 (or 0x095312) is unknown color: approx Myrtle. HEX triplet: 09, 53 and 12. RGB value is (9,83,18). Sum of RGB (Red+Green+Blue) = 9+83+18=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #095312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095312 is #F6ACED. Grayscale: #353535. Windows color (decimal): -16166126 or 1200905. OLE color: 1200905.

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

Color convert

RGB98318-
CMYK0.8900.780.67
HSL127.3º80.43%18.04%-
HSV(B)127.3º89.16%32.55%-
XYZ3.326.291.61-
YUV53.46107.9896.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 83 (32.81% from 255) = 75.45%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=8.18%
G=75.45%
B=16.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983180.8900.780.67127.380.4318.04
Hex953125904E437f5012
Octal1112322131011610317712022
Binary100110100111001010110010100111010000111111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095312; }

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

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

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

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

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

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

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

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