#526525

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

Shades of Dark Olive Green #526525

Tints of Dark Olive Green #526525

Color information

#526525 (or 0x526525) is unknown color: approx Dark Olive Green. HEX triplet: 52, 65 and 25. RGB value is (82,101,37). Sum of RGB (Red+Green+Blue) = 82+101+37=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #526525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526525 is #AD9ADA. Grayscale: #585858. Windows color (decimal): -11377371 or 2450770. OLE color: 2450770.

HSL color Cylindrical-coordinate representation of color #526525: hue angle of 77.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526525 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB8210137-
CMYK0.1900.630.60
HSL77.81º46.38%27.06%-
HSV(B)77.81º63.37%39.61%-
XYZ8.4711.233.47-
YUV88.0299.21123.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=37.27%
G=45.91%
B=16.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101370.1900.630.6077.8146.3827.06
Hex5265251303F3C4e2e1b
Octal1221454523077741165633
Binary10100101100101100101100110111111111100100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526525; }

 p { color: rgb(82,101,37); }

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

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

 a { background-color: rgb(82,101,37); }

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

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

 span { border-color: rgb(82,101,37); }

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