Html Css Color HEX #52672F Dark Olive Green

📋 copy color: '#52672F'

red 82 ◦ green 103 ◦ blue 47

#52672F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #52672F

Tints of Dark Olive Green #52672F

RGB

 RED value IS 82 (32.42% from 255) = 35.34%

 GREEN value IS 103 (40.63% from 255) = 44.4%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 35.34%
G = 44.4%
B = 20.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#52672F (or 0x52672F) is known color: 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

RGB 82 103 47 -
CMYK 0.20 0 0.54 0.60
HSL 82.5º 0.37% 0.29% -
HSV(B) 82.5º 0.54% 0.4% -
XYZ 8.84 11.7 4.48 -
YUV 90.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 82 103 47 0.20 0 0.54 0.60 82.5 0.37 0.29
Hex 52 67 2F 14 0 36 3C 52 25 1D
Octal 122 147 57 24 0 66 74 122 45 35
Binary 1010010 1100111 101111 10100 0 110110 111100 1010010 100101 11101

Color Harmonies of #52672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52672F

Black with #52672F

Text Example


Text Example

White with #52672F

Text Example


Text Example

HTML Codes & Css Web 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>