#082500

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

Shades of Myrtle #082500

Tints of Myrtle #082500

Color information

#082500 (or 0x082500) is unknown color: approx Myrtle. HEX triplet: 08, 25 and 00. RGB value is (8,37,0). Sum of RGB (Red+Green+Blue) = 8+37+0=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #082500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082500 is #F7DAFF. Grayscale: #181818. Windows color (decimal): -16243456 or 9480. OLE color: 9480.

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

Color convert

RGB8370-
CMYK0.78010.85
HSL107.03º100%7.25%-
HSV(B)107.03º100%14.51%-
XYZ0.761.370.23-
YUV24.11114.39116.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 37 (14.84% from 255) = 82.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.78%
G=82.22%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal83700.78010.85107.031007.25
Hex82504E064556b647
Octal1045011601441251531447
Binary10001001010100111001100100101010111010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082500; }

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

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

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

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

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

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

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

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