Html Css Color HEX #526430 Dark Olive Green

📋 copy color: '#526430'

red 82 ◦ green 100 ◦ blue 48

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

Shades of Dark Olive Green #526430

Tints of Dark Olive Green #526430

RGB

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

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

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

R = 35.65%
G = 43.48%
B = 20.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#526430 (or 0x526430) is known color: Dark Olive Green. HEX triplet: 52, 64 and 30. RGB value is (82,100,48). Sum of RGB (Red+Green+Blue) = 82+100+48=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #526430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526430 is #AD9BCF. Grayscale: #585858. Windows color (decimal): -11377616 or 3171410. OLE color: 3171410.

HSL color Cylindrical-coordinate representation of color #526430: hue angle of 80.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526430 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 48 -
CMYK 0.18 0 0.52 0.61
HSL 80.77º 0.35% 0.29% -
HSV(B) 80.77º 0.52% 0.39% -
XYZ 8.57 11.12 4.49 -
YUV 88.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 82 100 48 0.18 0 0.52 0.61 80.77 0.35 0.29
Hex 52 64 30 12 0 34 3D 51 23 1D
Octal 122 144 60 22 0 64 75 121 43 35
Binary 1010010 1100100 110000 10010 0 110100 111101 1010001 100011 11101

Color Harmonies of #526430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526430

Black with #526430

Text Example


Text Example

White with #526430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526430; }

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

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

background-color css

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

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

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

border-color css

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

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

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