#083505

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

Shades of Myrtle #083505

Tints of Myrtle #083505

Color information

#083505 (or 0x083505) is unknown color: approx Myrtle. HEX triplet: 08, 35 and 05. RGB value is (8,53,5). Sum of RGB (Red+Green+Blue) = 8+53+5=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #083505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083505 is #F7CAFA. Grayscale: #222222. Windows color (decimal): -16239355 or 341256. OLE color: 341256.

HSL color Cylindrical-coordinate representation of color #083505: hue angle of 116.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083505 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB8535-
CMYK0.8500.910.79
HSL116.25º82.76%11.37%-
HSV(B)116.25º90.57%20.78%-
XYZ1.42.610.57-
YUV34.07111.59109.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 53 (21.09% from 255) = 80.30%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=12.12%
G=80.30%
B=7.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal85350.8500.910.79116.2582.7611.37
Hex83555505B4F7453b
Octal10655125013311716412313
Binary10001101011011010101010110111001111111010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083505; }

 p { color: rgb(8,53,5); }

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

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

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

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

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

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

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