Html Css Color HEX #526300 Verdun Green

📋 copy color: '#526300'

red 82 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #526300

Tints of Verdun Green #526300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.7%

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

R = 45.3%
G = 54.7%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#526300 (or 0x526300) is known color: Verdun Green. HEX triplet: 52, 63 and 00. RGB value is (82,99,0). Sum of RGB (Red+Green+Blue) = 82+99+0=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #526300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526300 is #AD9CFF. Grayscale: #535353. Windows color (decimal): -11377920 or 25426. OLE color: 25426.

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

Color convert

RGB 82 99 0 -
CMYK 0.17 0 1 0.61
HSL 70.3º 1% 0.19% -
HSV(B) 70.3º 1% 0.39% -
XYZ 7.94 10.72 1.65 -
YUV 82.63 81.37 127.55 -
System Red Green Blue C M Y K H S L
Decimal 82 99 0 0.17 0 1 0.61 70.3 1 0.19
Hex 52 63 0 11 0 64 3D 46 64 13
Octal 122 143 0 21 0 144 75 106 144 23
Binary 1010010 1100011 0 10001 0 1100100 111101 1000110 1100100 10011

Color Harmonies of #526300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526300

Black with #526300

Text Example


Text Example

White with #526300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526300; }

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

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

background-color css

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

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

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

border-color css

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

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

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