#526038

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

Shades of Dark Olive Green #526038

Tints of Dark Olive Green #526038

Color information

#526038 (or 0x526038) is unknown color: approx Dark Olive Green. HEX triplet: 52, 60 and 38. RGB value is (82,96,56). Sum of RGB (Red+Green+Blue) = 82+96+56=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #526038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526038 is #AD9FC7. Grayscale: #575757. Windows color (decimal): -11378632 or 3694674. OLE color: 3694674.

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

Color convert

RGB829656-
CMYK0.1500.420.62
HSL81º26.32%29.8%-
HSV(B)81º41.67%37.65%-
XYZ8.3810.455.32-
YUV87.25110.36124.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=35.04%
G=41.03%
B=23.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296560.1500.420.628126.3229.8
Hex526038F02A3E511a1e
Octal1221407017052761213236
Binary101001011000001110001111010101011111010100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526038; }

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

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

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

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

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

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

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

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