#085308

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

Shades of Myrtle #085308

Tints of Myrtle #085308

Color information

#085308 (or 0x085308) is unknown color: approx Myrtle. HEX triplet: 08, 53 and 08. RGB value is (8,83,8). Sum of RGB (Red+Green+Blue) = 8+83+8=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #085308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085308 is #F7ACF7. Grayscale: #343434. Windows color (decimal): -16231672 or 545544. OLE color: 545544.

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

Color convert

RGB8838-
CMYK0.9000.900.67
HSL120º82.42%17.84%-
HSV(B)120º90.36%32.55%-
XYZ3.246.261.27-
YUV52.02103.1596.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 83 (32.81% from 255) = 83.84%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=8.08%
G=83.84%
B=8.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal88380.9000.900.6712082.4217.84
Hex85385A05A43785212
Octal1012310132013210317012222
Binary10001010011100010110100101101010000111111000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085308; }

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

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

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

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

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

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

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

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