#095310

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

Shades of Myrtle #095310

Tints of Myrtle #095310

Color information

#095310 (or 0x095310) is unknown color: approx Myrtle. HEX triplet: 09, 53 and 10. RGB value is (9,83,16). Sum of RGB (Red+Green+Blue) = 9+83+16=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #095310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095310 is #F6ACEF. Grayscale: #353535. Windows color (decimal): -16166128 or 1069833. OLE color: 1069833.

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

Color convert

RGB98316-
CMYK0.8900.810.67
HSL125.68º80.43%18.04%-
HSV(B)125.68º89.16%32.55%-
XYZ3.36.281.53-
YUV53.24106.9896.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=8.33%
G=76.85%
B=14.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983160.8900.810.67125.6880.4318.04
Hex9531059051437e5012
Octal1112320131012110317612022
Binary100110100111000010110010101000110000111111110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095310; }

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

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

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

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

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

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

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

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