#52662A

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

Shades of Dark Olive Green #52662A

Tints of Dark Olive Green #52662A

Color information

#52662A (or 0x52662A) is unknown color: approx Dark Olive Green. HEX triplet: 52, 66 and 2A. RGB value is (82,102,42). Sum of RGB (Red+Green+Blue) = 82+102+42=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #52662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52662A is #AD99D5. Grayscale: #595959. Windows color (decimal): -11377110 or 2778706. OLE color: 2778706.

HSL color Cylindrical-coordinate representation of color #52662A: hue angle of 80º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52662A is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB8210242-
CMYK0.2000.590.6
HSL80º41.67%28.24%-
HSV(B)80º58.82%40%-
XYZ8.6511.463.95-
YUV89.18101.37122.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=36.28%
G=45.13%
B=18.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102420.2000.590.68041.6728.24
Hex52662A1403B3C502a1c
Octal1221465224073741205234
Binary10100101100110101010101000111011111100101000010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52662A; }

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

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

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

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

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

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

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

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