#526228

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

Shades of Dark Olive Green #526228

Tints of Dark Olive Green #526228

Color information

#526228 (or 0x526228) is unknown color: approx Dark Olive Green. HEX triplet: 52, 62 and 28. RGB value is (82,98,40). Sum of RGB (Red+Green+Blue) = 82+98+40=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #526228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526228 is #AD9DD7. Grayscale: #565656. Windows color (decimal): -11378136 or 2646610. OLE color: 2646610.

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

Color convert

RGB829840-
CMYK0.1600.590.62
HSL76.55º42.03%27.06%-
HSV(B)76.55º59.18%38.43%-
XYZ8.2310.683.64-
YUV86.6101.7124.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=37.27%
G=44.55%
B=18.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298400.1600.590.6276.5542.0327.06
Hex5262281003B3E4d2a1b
Octal1221425020073761155233
Binary10100101100010101000100000111011111110100110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526228; }

 p { color: rgb(82,98,40); }

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

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

 a { background-color: rgb(82,98,40); }

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

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

 span { border-color: rgb(82,98,40); }

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