#083205

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

Shades of Myrtle #083205

Tints of Myrtle #083205

Color information

#083205 (or 0x083205) is unknown color: approx Myrtle. HEX triplet: 08, 32 and 05. RGB value is (8,50,5). Sum of RGB (Red+Green+Blue) = 8+50+5=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 50 (19.92% from 255 or 79.37% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 50 - color contains mainly: green. Hex color #083205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083205 is #F7CDFA. Grayscale: #202020. Windows color (decimal): -16240123 or 340488. OLE color: 340488.

HSL color Cylindrical-coordinate representation of color #083205: hue angle of 116º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083205 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB8505-
CMYK0.8400.900.80
HSL116º81.82%10.78%-
HSV(B)116º90%19.61%-
XYZ1.272.340.53-
YUV32.31112.59110.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 50 (19.92% from 255) = 79.37%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=12.70%
G=79.37%
B=7.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal85050.8400.900.8011681.8210.78
Hex83255405A507452b
Octal10625124013212016412213
Binary10001100101011010100010110101010000111010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083205; }

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

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

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

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

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

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

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

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