Html Css Color HEX #082524 Dark Green

📋 copy color: '#082524'

red 8 ◦ green 37 ◦ blue 36

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

Shades of Dark Green #082524

Tints of Dark Green #082524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 44.44%

R = 9.88%
G = 45.68%
B = 44.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#082524 (or 0x082524) is known color: Dark Green. HEX triplet: 08, 25 and 24. RGB value is (8,37,36). Sum of RGB (Red+Green+Blue) = 8+37+36=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #082524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082524 is #F7DADB. Grayscale: #1C1C1C. Windows color (decimal): -16243420 or 2368776. OLE color: 2368776.

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

Color convert

RGB 8 37 36 -
CMYK 0.78 0 0.03 0.85
HSL 177.93º 0.64% 0.09% -
HSV(B) 177.93º 0.78% 0.15% -
XYZ 1.08 1.5 1.9 -
YUV 28.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 8 37 36 0.78 0 0.03 0.85 177.93 0.64 0.09
Hex 8 25 24 4E 0 3 55 B2 40 9
Octal 10 45 44 116 0 3 125 262 100 11
Binary 1000 100101 100100 1001110 0 11 1010101 10110010 1000000 1001

Color Harmonies of #082524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082524

Black with #082524

Text Example


Text Example

White with #082524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082524; }

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

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

background-color css

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

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

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

border-color css

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

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

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