Html Css Color HEX #52642B Dark Olive Green

📋 copy color: '#52642B'

red 82 ◦ green 100 ◦ blue 43

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

Shades of Dark Olive Green #52642B

Tints of Dark Olive Green #52642B

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 value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#52642B (or 0x52642B) is known color: 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

RGB 82 100 43 -
CMYK 0.18 0 0.57 0.61
HSL 78.95º 0.4% 0.28% -
HSV(B) 78.95º 0.57% 0.39% -
XYZ 8.47 11.08 3.98 -
YUV 88.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 82 100 43 0.18 0 0.57 0.61 78.95 0.4 0.28
Hex 52 64 2B 12 0 39 3D 4F 28 1C
Octal 122 144 53 22 0 71 75 117 50 34
Binary 1010010 1100100 101011 10010 0 111001 111101 1001111 101000 11100

Color Harmonies of #52642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52642B

Black with #52642B

Text Example


Text Example

White with #52642B

Text Example


Text Example

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