#082E09

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

Shades of Myrtle #082E09

Tints of Myrtle #082E09

Color information

#082E09 (or 0x082E09) is unknown color: approx Myrtle. HEX triplet: 08, 2E and 09. RGB value is (8,46,9). Sum of RGB (Red+Green+Blue) = 8+46+9=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 46 (18.36% from 255 or 73.02% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 46 - color contains mainly: green. Hex color #082E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082E09 is #F7D1F6. Grayscale: #1E1E1E. Windows color (decimal): -16241143 or 601608. OLE color: 601608.

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

Color convert

RGB8469-
CMYK0.8300.800.82
HSL121.58º70.37%10.59%-
HSV(B)121.58º82.61%18.04%-
XYZ1.132.030.59-
YUV30.42115.91112.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 46 (18.36% from 255) = 73.02%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=12.70%
G=73.02%
B=14.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal84690.8300.800.82121.5870.3710.59
Hex82E953050527a46b
Octal105611123012012217210613
Binary100010111010011010011010100001010010111101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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