Html Css Color HEX #082624 Dark Green

📋 copy color: '#082624'

red 8 ◦ green 38 ◦ blue 36

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

Shades of Dark Green #082624

Tints of Dark Green #082624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 46.34%

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

R = 9.76%
G = 46.34%
B = 43.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#082624 (or 0x082624) is known color: Dark Green. HEX triplet: 08, 26 and 24. RGB value is (8,38,36). Sum of RGB (Red+Green+Blue) = 8+38+36=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #082624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082624 is #F7D9DB. Grayscale: #1C1C1C. Windows color (decimal): -16243164 or 2369032. OLE color: 2369032.

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

Color convert

RGB 8 38 36 -
CMYK 0.79 0 0.05 0.85
HSL 176º 0.65% 0.09% -
HSV(B) 176º 0.79% 0.15% -
XYZ 1.11 1.57 1.91 -
YUV 28.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 8 38 36 0.79 0 0.05 0.85 176 0.65 0.09
Hex 8 26 24 4F 0 5 55 B0 41 9
Octal 10 46 44 117 0 5 125 260 101 11
Binary 1000 100110 100100 1001111 0 101 1010101 10110000 1000001 1001

Color Harmonies of #082624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082624

Black with #082624

Text Example


Text Example

White with #082624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082624; }

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

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

background-color css

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

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

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

border-color css

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

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

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