#525E34

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

Shades of Dark Olive Green #525E34

Tints of Dark Olive Green #525E34

Color information

#525E34 (or 0x525E34) is unknown color: approx Dark Olive Green. HEX triplet: 52, 5E and 34. RGB value is (82,94,52). Sum of RGB (Red+Green+Blue) = 82+94+52=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #525E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E34 is #ADA1CB. Grayscale: #555555. Windows color (decimal): -11379148 or 3432018. OLE color: 3432018.

HSL color Cylindrical-coordinate representation of color #525E34: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525E34 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB829452-
CMYK0.1300.450.63
HSL77.14º28.77%28.63%-
HSV(B)77.14º44.68%36.86%-
XYZ8.110.054.76-
YUV85.62109.02125.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=35.96%
G=41.23%
B=22.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8294520.1300.450.6377.1428.7728.63
Hex525E34D02D3F4d1d1d
Octal1221366415055771153535
Binary101001010111101101001101010110111111110011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525E34; }

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

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

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

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

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

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

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

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