#526631

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

Shades of Dark Olive Green #526631

Tints of Dark Olive Green #526631

Color information

#526631 (or 0x526631) is unknown color: approx Dark Olive Green. HEX triplet: 52, 66 and 31. RGB value is (82,102,49). Sum of RGB (Red+Green+Blue) = 82+102+49=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #526631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526631 is #AD99CE. Grayscale: #5A5A5A. Windows color (decimal): -11377103 or 3237458. OLE color: 3237458.

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

Color convert

RGB8210249-
CMYK0.2000.520.6
HSL82.64º35.1%29.61%-
HSV(B)82.64º51.96%40%-
XYZ8.7911.524.67-
YUV89.98104.87122.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=35.19%
G=43.78%
B=21.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102490.2000.520.682.6435.129.61
Hex526631140343C53231e
Octal1221466124064741234336
Binary10100101100110110001101000110100111100101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526631; }

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

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

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

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

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

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

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

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