Html Css Color HEX #526338 Dark Olive Green

📋 copy color: '#526338'

red 82 ◦ green 99 ◦ blue 56

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

Shades of Dark Olive Green #526338

Tints of Dark Olive Green #526338

RGB

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

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

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

R = 34.6%
G = 41.77%
B = 23.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#526338 (or 0x526338) is known color: Dark Olive Green. HEX triplet: 52, 63 and 38. RGB value is (82,99,56). Sum of RGB (Red+Green+Blue) = 82+99+56=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #526338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526338 is #AD9CC7. Grayscale: #595959. Windows color (decimal): -11377864 or 3695442. OLE color: 3695442.

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

Color convert

RGB 82 99 56 -
CMYK 0.17 0 0.43 0.61
HSL 83.72º 0.28% 0.3% -
HSV(B) 83.72º 0.43% 0.39% -
XYZ 8.66 11 5.41 -
YUV 89.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 82 99 56 0.17 0 0.43 0.61 83.72 0.28 0.3
Hex 52 63 38 11 0 2B 3D 54 1C 1E
Octal 122 143 70 21 0 53 75 124 34 36
Binary 1010010 1100011 111000 10001 0 101011 111101 1010100 11100 11110

Color Harmonies of #526338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526338

Black with #526338

Text Example


Text Example

White with #526338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526338; }

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

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

background-color css

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

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

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

border-color css

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

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

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