#52622F

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

Shades of Dark Olive Green #52622F

Tints of Dark Olive Green #52622F

Color information

#52622F (or 0x52622F) is unknown color: approx Dark Olive Green. HEX triplet: 52, 62 and 2F. RGB value is (82,98,47). Sum of RGB (Red+Green+Blue) = 82+98+47=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #52622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52622F is #AD9DD0. Grayscale: #575757. Windows color (decimal): -11378129 or 3105362. OLE color: 3105362.

HSL color Cylindrical-coordinate representation of color #52622F: hue angle of 78.82º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52622F is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB829847-
CMYK0.1600.520.62
HSL78.82º35.17%28.43%-
HSV(B)78.82º52.04%38.43%-
XYZ8.3610.734.32-
YUV87.4105.2124.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=36.12%
G=43.17%
B=20.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298470.1600.520.6278.8235.1728.43
Hex52622F100343E4f231c
Octal1221425720064761174334
Binary10100101100010101111100000110100111110100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52622F; }

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

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

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

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

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

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

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

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