#082000

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

Shades of Myrtle #082000

Tints of Myrtle #082000

Color information

#082000 (or 0x082000) is unknown color: approx Myrtle. HEX triplet: 08, 20 and 00. RGB value is (8,32,0). Sum of RGB (Red+Green+Blue) = 8+32+0=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #082000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082000 is #F7DFFF. Grayscale: #151515. Windows color (decimal): -16244736 or 8200. OLE color: 8200.

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

Color convert

RGB8320-
CMYK0.75010.87
HSL105º100%6.27%-
HSV(B)105º100%12.55%-
XYZ0.621.080.18-
YUV21.18116.05118.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal83200.75010.871051006.27
Hex82004B0645769646
Octal1040011301441271511446
Binary10001000000100101101100100101011111010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082000; }

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

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

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

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

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

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

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

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