#52662B

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

Shades of Dark Olive Green #52662B

Tints of Dark Olive Green #52662B

Color information

#52662B (or 0x52662B) is unknown color: approx Dark Olive Green. HEX triplet: 52, 66 and 2B. RGB value is (82,102,43). Sum of RGB (Red+Green+Blue) = 82+102+43=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #52662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52662B is #AD99D4. Grayscale: #595959. Windows color (decimal): -11377109 or 2844242. OLE color: 2844242.

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

Color convert

RGB8210243-
CMYK0.2000.580.6
HSL80.34º40.69%28.43%-
HSV(B)80.34º57.84%40%-
XYZ8.6711.474.04-
YUV89.29101.87122.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=36.12%
G=44.93%
B=18.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102430.2000.580.680.3440.6928.43
Hex52662B1403A3C50291c
Octal1221465324072741205134
Binary10100101100110101011101000111010111100101000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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