Html Css Color HEX #526236 Dark Olive Green

📋 copy color: '#526236'

red 82 ◦ green 98 ◦ blue 54

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

Shades of Dark Olive Green #526236

Tints of Dark Olive Green #526236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 35.04%
G = 41.88%
B = 23.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#526236 (or 0x526236) is known color: Dark Olive Green. HEX triplet: 52, 62 and 36. RGB value is (82,98,54). Sum of RGB (Red+Green+Blue) = 82+98+54=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #526236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526236 is #AD9DC9. Grayscale: #585858. Windows color (decimal): -11378122 or 3564114. OLE color: 3564114.

HSL color Cylindrical-coordinate representation of color #526236: hue angle of 81.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526236 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 54 -
CMYK 0.16 0 0.45 0.62
HSL 81.82º 0.29% 0.3% -
HSV(B) 81.82º 0.45% 0.38% -
XYZ 8.51 10.8 5.13 -
YUV 88.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 82 98 54 0.16 0 0.45 0.62 81.82 0.29 0.3
Hex 52 62 36 10 0 2D 3E 52 1D 1E
Octal 122 142 66 20 0 55 76 122 35 36
Binary 1010010 1100010 110110 10000 0 101101 111110 1010010 11101 11110

Color Harmonies of #526236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526236

Black with #526236

Text Example


Text Example

White with #526236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526236; }

 p { color: rgb(82,98,54); }

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

background-color css

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

 a { background-color: rgb(82,98,54); }

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

border-color css

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

 span { border-color: rgb(82,98,54); }

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