#526034

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

Shades of Dark Olive Green #526034

Tints of Dark Olive Green #526034

Color information

#526034 (or 0x526034) is unknown color: approx Dark Olive Green. HEX triplet: 52, 60 and 34. RGB value is (82,96,52). Sum of RGB (Red+Green+Blue) = 82+96+52=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #526034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526034 is #AD9FCB. Grayscale: #565656. Windows color (decimal): -11378636 or 3432530. OLE color: 3432530.

HSL color Cylindrical-coordinate representation of color #526034: hue angle of 79.09º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526034 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB829652-
CMYK0.1500.460.62
HSL79.09º29.73%29.02%-
HSV(B)79.09º45.83%37.65%-
XYZ8.2810.414.82-
YUV86.8108.36124.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=35.65%
G=41.74%
B=22.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296520.1500.460.6279.0929.7329.02
Hex526034F02E3E4f1e1d
Octal1221406417056761173635
Binary101001011000001101001111010111011111010011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526034; }

 p { color: rgb(82,96,52); }

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

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

 a { background-color: rgb(82,96,52); }

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

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

 span { border-color: rgb(82,96,52); }

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