#082501

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

Shades of Myrtle #082501

Tints of Myrtle #082501

Color information

#082501 (or 0x082501) is unknown color: approx Myrtle. HEX triplet: 08, 25 and 01. RGB value is (8,37,1). Sum of RGB (Red+Green+Blue) = 8+37+1=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 37 (14.84% from 255 or 80.43% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 37 - color contains mainly: green. Hex color #082501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082501 is #F7DAFE. Grayscale: #181818. Windows color (decimal): -16243455 or 75016. OLE color: 75016.

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

Color convert

RGB8371-
CMYK0.7800.970.85
HSL108.33º94.74%7.45%-
HSV(B)108.33º97.3%14.51%-
XYZ0.771.380.25-
YUV24.22114.89116.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 37 (14.84% from 255) = 80.43%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=17.39%
G=80.43%
B=2.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal83710.7800.970.85108.3394.747.45
Hex82514E061556c5f7
Octal1045111601411251541377
Binary10001001011100111001100001101010111011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082501; }

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

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

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

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

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

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

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

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