Html Css Color HEX #082504 Myrtle

📋 copy color: '#082504'

red 8 ◦ green 37 ◦ blue 4

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

Shades of Myrtle #082504

Tints of Myrtle #082504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.16%

R = 16.33%
G = 75.51%
B = 8.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#082504 (or 0x082504) is known color: Myrtle. HEX triplet: 08, 25 and 04. RGB value is (8,37,4). Sum of RGB (Red+Green+Blue) = 8+37+4=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #082504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082504 is #F7DAFB. Grayscale: #181818. Windows color (decimal): -16243452 or 271624. OLE color: 271624.

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

Color convert

RGB 8 37 4 -
CMYK 0.78 0 0.89 0.85
HSL 112.73º 0.8% 0.08% -
HSV(B) 112.73º 0.89% 0.15% -
XYZ 0.78 1.38 0.34 -
YUV 24.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 8 37 4 0.78 0 0.89 0.85 112.73 0.8 0.08
Hex 8 25 4 4E 0 59 55 71 50 8
Octal 10 45 4 116 0 131 125 161 120 10
Binary 1000 100101 100 1001110 0 1011001 1010101 1110001 1010000 1000

Color Harmonies of #082504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082504

Black with #082504

Text Example


Text Example

White with #082504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082504; }

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

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

background-color css

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

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

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

border-color css

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

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

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