#52612B

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

Shades of Dark Olive Green #52612B

Tints of Dark Olive Green #52612B

Color information

#52612B (or 0x52612B) is unknown color: approx Dark Olive Green. HEX triplet: 52, 61 and 2B. RGB value is (82,97,43). Sum of RGB (Red+Green+Blue) = 82+97+43=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #52612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52612B is #AD9ED4. Grayscale: #565656. Windows color (decimal): -11378389 or 2842962. OLE color: 2842962.

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

Color convert

RGB829743-
CMYK0.1500.560.62
HSL76.67º38.57%27.45%-
HSV(B)76.67º55.67%38.04%-
XYZ8.1910.523.88-
YUV86.36103.53124.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=36.94%
G=43.69%
B=19.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297430.1500.560.6276.6738.5727.45
Hex52612BF0383E4d271b
Octal1221415317070761154733
Binary1010010110000110101111110111000111110100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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