#082503

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

Shades of Myrtle #082503

Tints of Myrtle #082503

Color information

#082503 (or 0x082503) is unknown color: approx Myrtle. HEX triplet: 08, 25 and 03. RGB value is (8,37,3). Sum of RGB (Red+Green+Blue) = 8+37+3=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #082503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082503 is #F7DAFC. Grayscale: #181818. Windows color (decimal): -16243453 or 206088. OLE color: 206088.

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

Color convert

RGB8373-
CMYK0.7800.920.85
HSL111.18º85%7.84%-
HSV(B)111.18º91.89%14.51%-
XYZ0.781.380.31-
YUV24.45115.89116.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 37 (14.84% from 255) = 77.08%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=16.67%
G=77.08%
B=6.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal83730.7800.920.85111.18857.84
Hex82534E05C556f558
Octal10453116013412515712510
Binary1000100101111001110010111001010101110111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082503; }

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

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

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

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

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

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

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

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