Html Css Color HEX #526426 Dark Olive Green

📋 copy color: '#526426'

red 82 ◦ green 100 ◦ blue 38

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

Shades of Dark Olive Green #526426

Tints of Dark Olive Green #526426

RGB

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

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

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

R = 37.27%
G = 45.45%
B = 17.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#526426 (or 0x526426) is known color: Dark Olive Green. HEX triplet: 52, 64 and 26. RGB value is (82,100,38). Sum of RGB (Red+Green+Blue) = 82+100+38=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #526426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526426 is #AD9BD9. Grayscale: #575757. Windows color (decimal): -11377626 or 2516050. OLE color: 2516050.

HSL color Cylindrical-coordinate representation of color #526426: hue angle of 77.42º 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 #526426 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 38 -
CMYK 0.18 0 0.62 0.61
HSL 77.42º 0.45% 0.27% -
HSV(B) 77.42º 0.62% 0.39% -
XYZ 8.39 11.05 3.52 -
YUV 87.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 82 100 38 0.18 0 0.62 0.61 77.42 0.45 0.27
Hex 52 64 26 12 0 3E 3D 4D 2D 1B
Octal 122 144 46 22 0 76 75 115 55 33
Binary 1010010 1100100 100110 10010 0 111110 111101 1001101 101101 11011

Color Harmonies of #526426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526426

Black with #526426

Text Example


Text Example

White with #526426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526426; }

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

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

background-color css

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

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

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

border-color css

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

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

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