#52642B

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

Shades of Dark Olive Green #52642B

Tints of Dark Olive Green #52642B

Color information

#52642B (or 0x52642B) is unknown color: approx Dark Olive Green. HEX triplet: 52, 64 and 2B. RGB value is (82,100,43). Sum of RGB (Red+Green+Blue) = 82+100+43=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #52642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52642B is #AD9BD4. Grayscale: #585858. Windows color (decimal): -11377621 or 2843730. OLE color: 2843730.

HSL color Cylindrical-coordinate representation of color #52642B: hue angle of 78.95º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52642B is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB8210043-
CMYK0.1800.570.61
HSL78.95º39.86%28.04%-
HSV(B)78.95º57%39.22%-
XYZ8.4711.083.98-
YUV88.12102.54123.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=36.44%
G=44.44%
B=19.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100430.1800.570.6178.9539.8628.04
Hex52642B120393D4f281c
Octal1221445322071751175034
Binary10100101100100101011100100111001111101100111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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