Html Css Color HEX #526200 Verdun Green

📋 copy color: '#526200'

red 82 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #526200

Tints of Verdun Green #526200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.56%
G = 54.44%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#526200 (or 0x526200) is known color: Verdun Green. HEX triplet: 52, 62 and 00. RGB value is (82,98,0). Sum of RGB (Red+Green+Blue) = 82+98+0=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #526200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526200 is #AD9DFF. Grayscale: #525252. Windows color (decimal): -11378176 or 25170. OLE color: 25170.

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

Color convert

RGB 82 98 0 -
CMYK 0.16 0 1 0.62
HSL 69.8º 1% 0.19% -
HSV(B) 69.8º 1% 0.38% -
XYZ 7.85 10.53 1.62 -
YUV 82.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 82 98 0 0.16 0 1 0.62 69.8 1 0.19
Hex 52 62 0 10 0 64 3E 46 64 13
Octal 122 142 0 20 0 144 76 106 144 23
Binary 1010010 1100010 0 10000 0 1100100 111110 1000110 1100100 10011

Color Harmonies of #526200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526200

Black with #526200

Text Example


Text Example

White with #526200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526200; }

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

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

background-color css

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

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

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

border-color css

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

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

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