Html Css Color HEX #526325 Dark Olive Green

📋 copy color: '#526325'

red 82 ◦ green 99 ◦ blue 37

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

Shades of Dark Olive Green #526325

Tints of Dark Olive Green #526325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 37.61%
G = 45.41%
B = 16.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#526325 (or 0x526325) is known color: Dark Olive Green. HEX triplet: 52, 63 and 25. RGB value is (82,99,37). Sum of RGB (Red+Green+Blue) = 82+99+37=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #526325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526325 is #AD9CDA. Grayscale: #575757. Windows color (decimal): -11377883 or 2450258. OLE color: 2450258.

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

Color convert

RGB 82 99 37 -
CMYK 0.17 0 0.63 0.61
HSL 76.45º 0.46% 0.27% -
HSV(B) 76.45º 0.63% 0.39% -
XYZ 8.28 10.85 3.41 -
YUV 86.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 82 99 37 0.17 0 0.63 0.61 76.45 0.46 0.27
Hex 52 63 25 11 0 3F 3D 4C 2E 1B
Octal 122 143 45 21 0 77 75 114 56 33
Binary 1010010 1100011 100101 10001 0 111111 111101 1001100 101110 11011

Color Harmonies of #526325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526325

Black with #526325

Text Example


Text Example

White with #526325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526325; }

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

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

background-color css

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

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

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

border-color css

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

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

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