#526324

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

Shades of Dark Olive Green #526324

Tints of Dark Olive Green #526324

Color information

#526324 (or 0x526324) is unknown color: approx Dark Olive Green. HEX triplet: 52, 63 and 24. RGB value is (82,99,36). Sum of RGB (Red+Green+Blue) = 82+99+36=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #526324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526324 is #AD9CDB. Grayscale: #565656. Windows color (decimal): -11377884 or 2384722. OLE color: 2384722.

HSL color Cylindrical-coordinate representation of color #526324: hue angle of 76.19º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #526324 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB829936-
CMYK0.1700.640.61
HSL76.19º46.67%26.47%-
HSV(B)76.19º63.64%38.82%-
XYZ8.2610.843.33-
YUV86.7499.37124.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=37.79%
G=45.62%
B=16.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299360.1700.640.6176.1946.6726.47
Hex526324110403D4c2f1a
Octal12214344210100751145732
Binary101001011000111001001000101000000111101100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526324; }

 p { color: rgb(82,99,36); }

 H1.HeaderClassName
 {
   color: #526324;
 }
 .AnyTagClassName
 {
   color: #526324;
 }
</style>
background-color css

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

 a { background-color: rgb(82,99,36); }

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

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

 span { border-color: rgb(82,99,36); }

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