#52672F

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

Shades of Dark Olive Green #52672F

Tints of Dark Olive Green #52672F

Color information

#52672F (or 0x52672F) is unknown color: approx Dark Olive Green. HEX triplet: 52, 67 and 2F. RGB value is (82,103,47). Sum of RGB (Red+Green+Blue) = 82+103+47=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #52672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52672F is #AD98D0. Grayscale: #5A5A5A. Windows color (decimal): -11376849 or 3106642. OLE color: 3106642.

HSL color Cylindrical-coordinate representation of color #52672F: hue angle of 82.5º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52672F is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB8210347-
CMYK0.2000.540.60
HSL82.5º37.33%29.41%-
HSV(B)82.5º54.37%40.39%-
XYZ8.8411.74.48-
YUV90.34103.54122.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=35.34%
G=44.40%
B=20.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103470.2000.540.6082.537.3329.41
Hex52672F140363C52251d
Octal1221475724066741224535
Binary10100101100111101111101000110110111100101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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