#52622B

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

Shades of Dark Olive Green #52622B

Tints of Dark Olive Green #52622B

Color information

#52622B (or 0x52622B) is unknown color: approx Dark Olive Green. HEX triplet: 52, 62 and 2B. RGB value is (82,98,43). Sum of RGB (Red+Green+Blue) = 82+98+43=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #52622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52622B is #AD9DD4. Grayscale: #575757. Windows color (decimal): -11378133 or 2843218. OLE color: 2843218.

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

Color convert

RGB829843-
CMYK0.1600.560.62
HSL77.45º39.01%27.65%-
HSV(B)77.45º56.12%38.43%-
XYZ8.2810.73.91-
YUV86.95103.2124.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=36.77%
G=43.95%
B=19.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298430.1600.560.6277.4539.0127.65
Hex52622B100383E4d271c
Octal1221425320070761154734
Binary10100101100010101011100000111000111110100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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