#082005

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

Shades of Myrtle #082005

Tints of Myrtle #082005

Color information

#082005 (or 0x082005) is unknown color: approx Myrtle. HEX triplet: 08, 20 and 05. RGB value is (8,32,5). Sum of RGB (Red+Green+Blue) = 8+32+5=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #082005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082005 is #F7DFFA. Grayscale: #151515. Windows color (decimal): -16244731 or 335880. OLE color: 335880.

HSL color Cylindrical-coordinate representation of color #082005: hue angle of 113.33º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082005 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB8325-
CMYK0.7500.840.87
HSL113.33º72.97%7.25%-
HSV(B)113.33º84.38%12.55%-
XYZ0.641.10.32-
YUV21.75118.55118.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 32 (12.89% from 255) = 71.11%
BLUE value IS 5 (2.34% from 255) = 11.11%
R=17.78%
G=71.11%
B=11.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal83250.7500.840.87113.3372.977.25
Hex82054B0545771497
Octal1040511301241271611117
Binary1000100000101100101101010100101011111100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082005; }

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

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

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

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

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

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

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

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