#082502

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

Shades of Myrtle #082502

Tints of Myrtle #082502

Color information

#082502 (or 0x082502) is unknown color: approx Myrtle. HEX triplet: 08, 25 and 02. RGB value is (8,37,2). Sum of RGB (Red+Green+Blue) = 8+37+2=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #082502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082502 is #F7DAFD. Grayscale: #181818. Windows color (decimal): -16243454 or 140552. OLE color: 140552.

HSL color Cylindrical-coordinate representation of color #082502: hue angle of 109.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082502 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB8372-
CMYK0.7800.950.85
HSL109.71º89.74%7.65%-
HSV(B)109.71º94.59%14.51%-
XYZ0.771.380.28-
YUV24.34115.39116.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 37 (14.84% from 255) = 78.72%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=17.02%
G=78.72%
B=4.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal83720.7800.950.85109.7189.747.65
Hex82524E05F556e5a8
Octal10452116013712515613210
Binary1000100101101001110010111111010101110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082502; }

 p { color: rgb(8,37,2); }

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

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

 a { background-color: rgb(8,37,2); }

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

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

 span { border-color: rgb(8,37,2); }

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