Html Css Color HEX #526537 Dark Olive Green

📋 copy color: '#526537'

red 82 ◦ green 101 ◦ blue 55

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

Shades of Dark Olive Green #526537

Tints of Dark Olive Green #526537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 55 (21.88% from 255) = 23.11%

R = 34.45%
G = 42.44%
B = 23.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#526537 (or 0x526537) is known color: Dark Olive Green. HEX triplet: 52, 65 and 37. RGB value is (82,101,55). Sum of RGB (Red+Green+Blue) = 82+101+55=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #526537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526537 is #AD9AC8. Grayscale: #5A5A5A. Windows color (decimal): -11377353 or 3630418. OLE color: 3630418.

HSL color Cylindrical-coordinate representation of color #526537: hue angle of 84.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526537 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 55 -
CMYK 0.19 0 0.46 0.60
HSL 84.78º 0.29% 0.31% -
HSV(B) 84.78º 0.46% 0.4% -
XYZ 8.82 11.38 5.35 -
YUV 90.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 82 101 55 0.19 0 0.46 0.60 84.78 0.29 0.31
Hex 52 65 37 13 0 2E 3C 55 1D 1F
Octal 122 145 67 23 0 56 74 125 35 37
Binary 1010010 1100101 110111 10011 0 101110 111100 1010101 11101 11111

Color Harmonies of #526537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526537

Black with #526537

Text Example


Text Example

White with #526537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526537; }

 p { color: rgb(82,101,55); }

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

background-color css

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

 a { background-color: rgb(82,101,55); }

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

border-color css

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

 span { border-color: rgb(82,101,55); }

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