Html Css Color HEX #526535 Dark Olive Green

📋 copy color: '#526535'

red 82 ◦ green 101 ◦ blue 53

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

Shades of Dark Olive Green #526535

Tints of Dark Olive Green #526535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 34.75%
G = 42.8%
B = 22.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#526535 (or 0x526535) is known color: Dark Olive Green. HEX triplet: 52, 65 and 35. RGB value is (82,101,53). Sum of RGB (Red+Green+Blue) = 82+101+53=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #526535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526535 is #AD9ACA. Grayscale: #5A5A5A. Windows color (decimal): -11377355 or 3499346. OLE color: 3499346.

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

Color convert

RGB 82 101 53 -
CMYK 0.19 0 0.48 0.60
HSL 83.75º 0.31% 0.3% -
HSV(B) 83.75º 0.48% 0.4% -
XYZ 8.78 11.36 5.1 -
YUV 89.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 82 101 53 0.19 0 0.48 0.60 83.75 0.31 0.3
Hex 52 65 35 13 0 30 3C 54 1F 1E
Octal 122 145 65 23 0 60 74 124 37 36
Binary 1010010 1100101 110101 10011 0 110000 111100 1010100 11111 11110

Color Harmonies of #526535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526535

Black with #526535

Text Example


Text Example

White with #526535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526535; }

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

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

background-color css

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

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

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

border-color css

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

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

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