Html Css Color HEX #526038 Dark Olive Green

📋 copy color: '#526038'

red 82 ◦ green 96 ◦ blue 56

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

Shades of Dark Olive Green #526038

Tints of Dark Olive Green #526038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 35.04%
G = 41.03%
B = 23.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#526038 (or 0x526038) is known color: Dark Olive Green. HEX triplet: 52, 60 and 38. RGB value is (82,96,56). Sum of RGB (Red+Green+Blue) = 82+96+56=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #526038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526038 is #AD9FC7. Grayscale: #575757. Windows color (decimal): -11378632 or 3694674. OLE color: 3694674.

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

Color convert

RGB 82 96 56 -
CMYK 0.15 0 0.42 0.62
HSL 81º 0.26% 0.3% -
HSV(B) 81º 0.42% 0.38% -
XYZ 8.38 10.45 5.32 -
YUV 87.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 82 96 56 0.15 0 0.42 0.62 81 0.26 0.3
Hex 52 60 38 F 0 2A 3E 51 1A 1E
Octal 122 140 70 17 0 52 76 121 32 36
Binary 1010010 1100000 111000 1111 0 101010 111110 1010001 11010 11110

Color Harmonies of #526038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526038

Black with #526038

Text Example


Text Example

White with #526038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526038; }

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

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

background-color css

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

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

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

border-color css

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

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

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