Html Css Color HEX #082505 Myrtle

📋 copy color: '#082505'

red 8 ◦ green 37 ◦ blue 5

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

Shades of Myrtle #082505

Tints of Myrtle #082505

RGB

 RED value IS 8 (3.52% from 255) = 16%

 GREEN value IS 37 (14.84% from 255) = 74%

 BLUE value IS 5 (2.34% from 255) = 10%

R = 16%
G = 74%
B = 10%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#082505 (or 0x082505) is known color: Myrtle. HEX triplet: 08, 25 and 05. RGB value is (8,37,5). Sum of RGB (Red+Green+Blue) = 8+37+5=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #082505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082505 is #F7DAFA. Grayscale: #181818. Windows color (decimal): -16243451 or 337160. OLE color: 337160.

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

Color convert

RGB 8 37 5 -
CMYK 0.78 0 0.86 0.85
HSL 114.38º 0.76% 0.08% -
HSV(B) 114.38º 0.86% 0.15% -
XYZ 0.79 1.39 0.37 -
YUV 24.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 8 37 5 0.78 0 0.86 0.85 114.38 0.76 0.08
Hex 8 25 5 4E 0 56 55 72 4C 8
Octal 10 45 5 116 0 126 125 162 114 10
Binary 1000 100101 101 1001110 0 1010110 1010101 1110010 1001100 1000

Color Harmonies of #082505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082505

Black with #082505

Text Example


Text Example

White with #082505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082505; }

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

 H1.HeaderClassName
 {
   color: #082505;
 }
 .AnyTagClassName
 {
   color: #082505;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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