Html Css Color HEX #526638 Dark Olive Green

📋 copy color: '#526638'

red 82 ◦ green 102 ◦ blue 56

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

Shades of Dark Olive Green #526638

Tints of Dark Olive Green #526638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 34.17%
G = 42.5%
B = 23.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#526638 (or 0x526638) is known color: Dark Olive Green. HEX triplet: 52, 66 and 38. RGB value is (82,102,56). Sum of RGB (Red+Green+Blue) = 82+102+56=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #526638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526638 is #AD99C7. Grayscale: #5A5A5A. Windows color (decimal): -11377096 or 3696210. OLE color: 3696210.

HSL color Cylindrical-coordinate representation of color #526638: hue angle of 86.09º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526638 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 56 -
CMYK 0.20 0 0.45 0.6
HSL 86.09º 0.29% 0.31% -
HSV(B) 86.09º 0.45% 0.4% -
XYZ 8.94 11.58 5.51 -
YUV 90.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 82 102 56 0.20 0 0.45 0.6 86.09 0.29 0.31
Hex 52 66 38 14 0 2D 3C 56 1D 1F
Octal 122 146 70 24 0 55 74 126 35 37
Binary 1010010 1100110 111000 10100 0 101101 111100 1010110 11101 11111

Color Harmonies of #526638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526638

Black with #526638

Text Example


Text Example

White with #526638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526638; }

 p { color: rgb(82,102,56); }

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

background-color css

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

 a { background-color: rgb(82,102,56); }

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

border-color css

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

 span { border-color: rgb(82,102,56); }

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