#085314

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

Shades of Myrtle #085314

Tints of Myrtle #085314

Color information

#085314 (or 0x085314) is unknown color: approx Myrtle. HEX triplet: 08, 53 and 14. RGB value is (8,83,20). Sum of RGB (Red+Green+Blue) = 8+83+20=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #085314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085314 is #F7ACEB. Grayscale: #353535. Windows color (decimal): -16231660 or 1331976. OLE color: 1331976.

HSL color Cylindrical-coordinate representation of color #085314: hue angle of 129.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085314 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB88320-
CMYK0.9000.760.67
HSL129.6º82.42%17.84%-
HSV(B)129.6º90.36%32.55%-
XYZ3.326.291.7-
YUV53.39109.1595.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 83 (32.81% from 255) = 74.77%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=7.21%
G=74.77%
B=18.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883200.9000.760.67129.682.4217.84
Hex853145A04C43825212
Octal1012324132011410320212222
Binary1000101001110100101101001001100100001110000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085314; }

 p { color: rgb(8,83,20); }

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

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

 a { background-color: rgb(8,83,20); }

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

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

 span { border-color: rgb(8,83,20); }

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