Html Css Color HEX #526314 Verdun Green

📋 copy color: '#526314'

red 82 ◦ green 99 ◦ blue 20

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

Shades of Verdun Green #526314

Tints of Verdun Green #526314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 40.8%
G = 49.25%
B = 9.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#526314 (or 0x526314) is known color: Verdun Green. HEX triplet: 52, 63 and 14. RGB value is (82,99,20). Sum of RGB (Red+Green+Blue) = 82+99+20=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #526314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526314 is #AD9CEB. Grayscale: #555555. Windows color (decimal): -11377900 or 1336146. OLE color: 1336146.

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

Color convert

RGB 82 99 20 -
CMYK 0.17 0 0.80 0.61
HSL 72.91º 0.66% 0.23% -
HSV(B) 72.91º 0.8% 0.39% -
XYZ 8.07 10.77 2.32 -
YUV 84.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 82 99 20 0.17 0 0.80 0.61 72.91 0.66 0.23
Hex 52 63 14 11 0 50 3D 49 42 17
Octal 122 143 24 21 0 120 75 111 102 27
Binary 1010010 1100011 10100 10001 0 1010000 111101 1001001 1000010 10111

Color Harmonies of #526314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526314

Black with #526314

Text Example


Text Example

White with #526314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526314; }

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

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

background-color css

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

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

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

border-color css

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

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

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