Html Css Color HEX #526210 Verdun Green

📋 copy color: '#526210'

red 82 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #526210

Tints of Verdun Green #526210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 41.84%
G = 50%
B = 8.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#526210 (or 0x526210) is known color: Verdun Green. HEX triplet: 52, 62 and 10. RGB value is (82,98,16). Sum of RGB (Red+Green+Blue) = 82+98+16=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #526210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526210 is #AD9DEF. Grayscale: #545454. Windows color (decimal): -11378160 or 1073746. OLE color: 1073746.

HSL color Cylindrical-coordinate representation of color #526210: hue angle of 71.71º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #526210 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 16 -
CMYK 0.16 0 0.84 0.62
HSL 71.71º 0.72% 0.22% -
HSV(B) 71.71º 0.84% 0.38% -
XYZ 7.94 10.57 2.11 -
YUV 83.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 82 98 16 0.16 0 0.84 0.62 71.71 0.72 0.22
Hex 52 62 10 10 0 54 3E 48 48 16
Octal 122 142 20 20 0 124 76 110 110 26
Binary 1010010 1100010 10000 10000 0 1010100 111110 1001000 1001000 10110

Color Harmonies of #526210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526210

Black with #526210

Text Example


Text Example

White with #526210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526210; }

 p { color: rgb(82,98,16); }

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

background-color css

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

 a { background-color: rgb(82,98,16); }

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

border-color css

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

 span { border-color: rgb(82,98,16); }

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