#526733

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

Shades of Dark Olive Green #526733

Tints of Dark Olive Green #526733

Color information

#526733 (or 0x526733) is unknown color: approx Dark Olive Green. HEX triplet: 52, 67 and 33. RGB value is (82,103,51). Sum of RGB (Red+Green+Blue) = 82+103+51=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #526733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526733 is #AD98CC. Grayscale: #5A5A5A. Windows color (decimal): -11376845 or 3368786. OLE color: 3368786.

HSL color Cylindrical-coordinate representation of color #526733: hue angle of 84.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526733 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB8210351-
CMYK0.2000.500.60
HSL84.23º33.77%30.2%-
HSV(B)84.23º50.49%40.39%-
XYZ8.9311.734.93-
YUV90.79105.54121.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=34.75%
G=43.64%
B=21.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103510.2000.500.6084.2333.7730.2
Hex526733140323C54221e
Octal1221476324062741244236
Binary10100101100111110011101000110010111100101010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526733; }

 p { color: rgb(82,103,51); }

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

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

 a { background-color: rgb(82,103,51); }

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

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

 span { border-color: rgb(82,103,51); }

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