Html Css Color HEX #525E34 Dark Olive Green

📋 copy color: '#525E34'

red 82 ◦ green 94 ◦ blue 52

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

Shades of Dark Olive Green #525E34

Tints of Dark Olive Green #525E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 35.96%
G = 41.23%
B = 22.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#525E34 (or 0x525E34) is known color: Dark Olive Green. HEX triplet: 52, 5E and 34. RGB value is (82,94,52). Sum of RGB (Red+Green+Blue) = 82+94+52=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #525E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E34 is #ADA1CB. Grayscale: #555555. Windows color (decimal): -11379148 or 3432018. OLE color: 3432018.

HSL color Cylindrical-coordinate representation of color #525E34: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525E34 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 94 52 -
CMYK 0.13 0 0.45 0.63
HSL 77.14º 0.29% 0.29% -
HSV(B) 77.14º 0.45% 0.37% -
XYZ 8.1 10.05 4.76 -
YUV 85.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 82 94 52 0.13 0 0.45 0.63 77.14 0.29 0.29
Hex 52 5E 34 D 0 2D 3F 4D 1D 1D
Octal 122 136 64 15 0 55 77 115 35 35
Binary 1010010 1011110 110100 1101 0 101101 111111 1001101 11101 11101

Color Harmonies of #525E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E34

Black with #525E34

Text Example


Text Example

White with #525E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525E34; }

 p { color: rgb(82,94,52); }

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

background-color css

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

 a { background-color: rgb(82,94,52); }

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

border-color css

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

 span { border-color: rgb(82,94,52); }

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