Html Css Color HEX #082500 Myrtle

📋 copy color: '#082500'

red 8 ◦ green 37 ◦ blue 0

#082500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #082500

Tints of Myrtle #082500

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 value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#082500 (or 0x082500) is known color: 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

RGB 8 37 0 -
CMYK 0.78 0 1 0.85
HSL 107.03º 1% 0.07% -
HSV(B) 107.03º 1% 0.15% -
XYZ 0.76 1.37 0.23 -
YUV 24.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 8 37 0 0.78 0 1 0.85 107.03 1 0.07
Hex 8 25 0 4E 0 64 55 6B 64 7
Octal 10 45 0 116 0 144 125 153 144 7
Binary 1000 100101 0 1001110 0 1100100 1010101 1101011 1100100 111

Color Harmonies of #082500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082500

Black with #082500

Text Example


Text Example

White with #082500

Text Example


Text Example

HTML Codes & Css Web 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>