#082524

Color #082524 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #082524

Tints of Dark Green #082524

Color information

#082524 (or 0x082524) is unknown color: approx 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

RGB83736-
CMYK0.7800.030.85
HSL177.93º64.44%8.82%-
HSV(B)177.93º78.38%14.51%-
XYZ1.081.51.9-
YUV28.21132.39113.58-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837360.7800.030.85177.9364.448.82
Hex825244E0355b2409
Octal1045441160312526210011
Binary1000100101100100100111001110101011011001010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>