#082C09

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

Shades of Myrtle #082C09

Tints of Myrtle #082C09

Color information

#082C09 (or 0x082C09) is unknown color: approx Myrtle. HEX triplet: 08, 2C and 09. RGB value is (8,44,9). Sum of RGB (Red+Green+Blue) = 8+44+9=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 44 (17.58% from 255 or 72.13% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 44 - color contains mainly: green. Hex color #082C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082C09 is #F7D3F6. Grayscale: #1D1D1D. Windows color (decimal): -16241655 or 601096. OLE color: 601096.

HSL color Cylindrical-coordinate representation of color #082C09: hue angle of 121.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082C09 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB8449-
CMYK0.8200.800.83
HSL121.67º69.23%10.2%-
HSV(B)121.67º81.82%17.25%-
XYZ1.051.870.56-
YUV29.25116.57112.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 44 (17.58% from 255) = 72.13%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=13.11%
G=72.13%
B=14.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal84490.8200.800.83121.6769.2310.2
Hex82C952050537a45a
Octal105411122012012317210512
Binary100010110010011010010010100001010011111101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082C09; }

 p { color: rgb(8,44,9); }

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

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

 a { background-color: rgb(8,44,9); }

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

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

 span { border-color: rgb(8,44,9); }

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