Html Css Color HEX #526326 Dark Olive Green

📋 copy color: '#526326'

red 82 ◦ green 99 ◦ blue 38

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

Shades of Dark Olive Green #526326

Tints of Dark Olive Green #526326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.35%

R = 37.44%
G = 45.21%
B = 17.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#526326 (or 0x526326) is known color: Dark Olive Green. HEX triplet: 52, 63 and 26. RGB value is (82,99,38). Sum of RGB (Red+Green+Blue) = 82+99+38=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #526326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526326 is #AD9CD9. Grayscale: #575757. Windows color (decimal): -11377882 or 2515794. OLE color: 2515794.

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

Color convert

RGB 82 99 38 -
CMYK 0.17 0 0.62 0.61
HSL 76.72º 0.45% 0.27% -
HSV(B) 76.72º 0.62% 0.39% -
XYZ 8.29 10.86 3.49 -
YUV 86.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 82 99 38 0.17 0 0.62 0.61 76.72 0.45 0.27
Hex 52 63 26 11 0 3E 3D 4D 2D 1B
Octal 122 143 46 21 0 76 75 115 55 33
Binary 1010010 1100011 100110 10001 0 111110 111101 1001101 101101 11011

Color Harmonies of #526326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526326

Black with #526326

Text Example


Text Example

White with #526326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526326; }

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

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

background-color css

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

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

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

border-color css

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

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

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