Html Css Color HEX #526334 Dark Olive Green

📋 copy color: '#526334'

red 82 ◦ green 99 ◦ blue 52

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

Shades of Dark Olive Green #526334

Tints of Dark Olive Green #526334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.49%

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 35.19%
G = 42.49%
B = 22.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#526334 (or 0x526334) is known color: Dark Olive Green. HEX triplet: 52, 63 and 34. RGB value is (82,99,52). Sum of RGB (Red+Green+Blue) = 82+99+52=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #526334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526334 is #AD9CCB. Grayscale: #585858. Windows color (decimal): -11377868 or 3433298. OLE color: 3433298.

HSL color Cylindrical-coordinate representation of color #526334: hue angle of 81.7º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #526334 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 52 -
CMYK 0.17 0 0.47 0.61
HSL 81.7º 0.31% 0.3% -
HSV(B) 81.7º 0.47% 0.39% -
XYZ 8.56 10.97 4.91 -
YUV 88.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 82 99 52 0.17 0 0.47 0.61 81.7 0.31 0.3
Hex 52 63 34 11 0 2F 3D 52 1F 1E
Octal 122 143 64 21 0 57 75 122 37 36
Binary 1010010 1100011 110100 10001 0 101111 111101 1010010 11111 11110

Color Harmonies of #526334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526334

Black with #526334

Text Example


Text Example

White with #526334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526334; }

 p { color: rgb(82,99,52); }

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

background-color css

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

 a { background-color: rgb(82,99,52); }

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

border-color css

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

 span { border-color: rgb(82,99,52); }

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