#082200

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

Shades of Myrtle #082200

Tints of Myrtle #082200

Color information

#082200 (or 0x082200) is unknown color: approx Myrtle. HEX triplet: 08, 22 and 00. RGB value is (8,34,0). Sum of RGB (Red+Green+Blue) = 8+34+0=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #082200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082200 is #F7DDFF. Grayscale: #161616. Windows color (decimal): -16244224 or 8712. OLE color: 8712.

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

Color convert

RGB8340-
CMYK0.76010.87
HSL105.88º100%6.67%-
HSV(B)105.88º100%13.33%-
XYZ0.671.20.2-
YUV22.35115.39117.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 34 (13.67% from 255) = 80.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.05%
G=80.95%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal83400.76010.87105.881006.67
Hex82204C064576a647
Octal1042011401441271521447
Binary10001000100100110001100100101011111010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082200; }

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

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

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

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

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

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

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

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