Html Css Color HEX #526438 Dark Olive Green

📋 copy color: '#526438'

red 82 ◦ green 100 ◦ blue 56

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

Shades of Dark Olive Green #526438

Tints of Dark Olive Green #526438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

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

R = 34.45%
G = 42.02%
B = 23.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#526438 (or 0x526438) is known color: Dark Olive Green. HEX triplet: 52, 64 and 38. RGB value is (82,100,56). Sum of RGB (Red+Green+Blue) = 82+100+56=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #526438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526438 is #AD9BC7. Grayscale: #595959. Windows color (decimal): -11377608 or 3695698. OLE color: 3695698.

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

Color convert

RGB 82 100 56 -
CMYK 0.18 0 0.44 0.61
HSL 84.55º 0.28% 0.31% -
HSV(B) 84.55º 0.44% 0.39% -
XYZ 8.75 11.19 5.44 -
YUV 89.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 82 100 56 0.18 0 0.44 0.61 84.55 0.28 0.31
Hex 52 64 38 12 0 2C 3D 55 1C 1F
Octal 122 144 70 22 0 54 75 125 34 37
Binary 1010010 1100100 111000 10010 0 101100 111101 1010101 11100 11111

Color Harmonies of #526438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526438

Black with #526438

Text Example


Text Example

White with #526438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526438; }

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

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

background-color css

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

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

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

border-color css

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

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

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