Html Css Color HEX #526030 Dark Olive Green

📋 copy color: '#526030'

red 82 ◦ green 96 ◦ blue 48

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

Shades of Dark Olive Green #526030

Tints of Dark Olive Green #526030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.48%

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

R = 36.28%
G = 42.48%
B = 21.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#526030 (or 0x526030) is known color: Dark Olive Green. HEX triplet: 52, 60 and 30. RGB value is (82,96,48). Sum of RGB (Red+Green+Blue) = 82+96+48=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #526030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526030 is #AD9FCF. Grayscale: #565656. Windows color (decimal): -11378640 or 3170386. OLE color: 3170386.

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

Color convert

RGB 82 96 48 -
CMYK 0.15 0 0.50 0.62
HSL 77.5º 0.33% 0.28% -
HSV(B) 77.5º 0.5% 0.38% -
XYZ 8.2 10.37 4.37 -
YUV 86.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 82 96 48 0.15 0 0.50 0.62 77.5 0.33 0.28
Hex 52 60 30 F 0 32 3E 4E 21 1C
Octal 122 140 60 17 0 62 76 116 41 34
Binary 1010010 1100000 110000 1111 0 110010 111110 1001110 100001 11100

Color Harmonies of #526030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526030

Black with #526030

Text Example


Text Example

White with #526030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526030; }

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

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

background-color css

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

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

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

border-color css

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

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

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