#526634

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

Shades of Dark Olive Green #526634

Tints of Dark Olive Green #526634

Color information

#526634 (or 0x526634) is unknown color: approx Dark Olive Green. HEX triplet: 52, 66 and 34. RGB value is (82,102,52). Sum of RGB (Red+Green+Blue) = 82+102+52=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #526634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526634 is #AD99CB. Grayscale: #5A5A5A. Windows color (decimal): -11377100 or 3434066. OLE color: 3434066.

HSL color Cylindrical-coordinate representation of color #526634: hue angle of 84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526634 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB8210252-
CMYK0.2000.490.6
HSL84º32.47%30.2%-
HSV(B)84º49.02%40%-
XYZ8.8511.545.01-
YUV90.32106.37122.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=34.75%
G=43.22%
B=22.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102520.2000.490.68432.4730.2
Hex526634140313C54201e
Octal1221466424061741244036
Binary10100101100110110100101000110001111100101010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526634; }

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

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

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

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

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

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

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

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