Html Css Color HEX #526130 Dark Olive Green

📋 copy color: '#526130'

red 82 ◦ green 97 ◦ blue 48

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

Shades of Dark Olive Green #526130

Tints of Dark Olive Green #526130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.73%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 36.12%
G = 42.73%
B = 21.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#526130 (or 0x526130) is known color: Dark Olive Green. HEX triplet: 52, 61 and 30. RGB value is (82,97,48). Sum of RGB (Red+Green+Blue) = 82+97+48=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #526130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526130 is #AD9ECF. Grayscale: #575757. Windows color (decimal): -11378384 or 3170642. OLE color: 3170642.

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

Color convert

RGB 82 97 48 -
CMYK 0.15 0 0.51 0.62
HSL 78.37º 0.34% 0.28% -
HSV(B) 78.37º 0.51% 0.38% -
XYZ 8.29 10.56 4.4 -
YUV 86.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 82 97 48 0.15 0 0.51 0.62 78.37 0.34 0.28
Hex 52 61 30 F 0 33 3E 4E 22 1C
Octal 122 141 60 17 0 63 76 116 42 34
Binary 1010010 1100001 110000 1111 0 110011 111110 1001110 100010 11100

Color Harmonies of #526130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526130

Black with #526130

Text Example


Text Example

White with #526130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526130; }

 p { color: rgb(82,97,48); }

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

background-color css

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

 a { background-color: rgb(82,97,48); }

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

border-color css

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

 span { border-color: rgb(82,97,48); }

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