Html Css Color HEX #082501 Myrtle

📋 copy color: '#082501'

red 8 ◦ green 37 ◦ blue 1

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

Shades of Myrtle #082501

Tints of Myrtle #082501

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

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 8 37 1 -
CMYK 0.78 0 0.97 0.85
HSL 108.33º 0.95% 0.07% -
HSV(B) 108.33º 0.97% 0.15% -
XYZ 0.77 1.38 0.25 -
YUV 24.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 8 37 1 0.78 0 0.97 0.85 108.33 0.95 0.07
Hex 8 25 1 4E 0 61 55 6C 5F 7
Octal 10 45 1 116 0 141 125 154 137 7
Binary 1000 100101 1 1001110 0 1100001 1010101 1101100 1011111 111

Color Harmonies of #082501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082501

Black with #082501

Text Example


Text Example

White with #082501

Text Example


Text Example

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