Html Css Color HEX #526328 Dark Olive Green

📋 copy color: '#526328'

red 82 ◦ green 99 ◦ blue 40

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

Shades of Dark Olive Green #526328

Tints of Dark Olive Green #526328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 37.1%
G = 44.8%
B = 18.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#526328 (or 0x526328) is known color: Dark Olive Green. HEX triplet: 52, 63 and 28. RGB value is (82,99,40). Sum of RGB (Red+Green+Blue) = 82+99+40=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #526328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526328 is #AD9CD7. Grayscale: #575757. Windows color (decimal): -11377880 or 2646866. OLE color: 2646866.

HSL color Cylindrical-coordinate representation of color #526328: hue angle of 77.29º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526328 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 40 -
CMYK 0.17 0 0.60 0.61
HSL 77.29º 0.42% 0.27% -
HSV(B) 77.29º 0.6% 0.39% -
XYZ 8.32 10.87 3.67 -
YUV 87.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 82 99 40 0.17 0 0.60 0.61 77.29 0.42 0.27
Hex 52 63 28 11 0 3C 3D 4D 2A 1B
Octal 122 143 50 21 0 74 75 115 52 33
Binary 1010010 1100011 101000 10001 0 111100 111101 1001101 101010 11011

Color Harmonies of #526328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526328

Black with #526328

Text Example


Text Example

White with #526328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526328; }

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

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

background-color css

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

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

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

border-color css

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

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

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