Html Css Color HEX #52642D Dark Olive Green

📋 copy color: '#52642D'

red 82 ◦ green 100 ◦ blue 45

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

Shades of Dark Olive Green #52642D

Tints of Dark Olive Green #52642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.05%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 36.12%
G = 44.05%
B = 19.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#52642D (or 0x52642D) is known color: Dark Olive Green. HEX triplet: 52, 64 and 2D. RGB value is (82,100,45). Sum of RGB (Red+Green+Blue) = 82+100+45=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #52642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52642D is #AD9BD2. Grayscale: #585858. Windows color (decimal): -11377619 or 2974802. OLE color: 2974802.

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

Color convert

RGB 82 100 45 -
CMYK 0.18 0 0.55 0.61
HSL 79.64º 0.38% 0.28% -
HSV(B) 79.64º 0.55% 0.39% -
XYZ 8.51 11.1 4.18 -
YUV 88.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 82 100 45 0.18 0 0.55 0.61 79.64 0.38 0.28
Hex 52 64 2D 12 0 37 3D 50 26 1C
Octal 122 144 55 22 0 67 75 120 46 34
Binary 1010010 1100100 101101 10010 0 110111 111101 1010000 100110 11100

Color Harmonies of #52642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52642D

Black with #52642D

Text Example


Text Example

White with #52642D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52642D;
 }
 .AnyTagClassName
 {
   color: #52642D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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