Html Css Color HEX #526814 Verdun Green

📋 copy color: '#526814'

red 82 ◦ green 104 ◦ blue 20

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

Shades of Verdun Green #526814

Tints of Verdun Green #526814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.49%

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

R = 39.81%
G = 50.49%
B = 9.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#526814 (or 0x526814) is known color: Verdun Green. HEX triplet: 52, 68 and 14. RGB value is (82,104,20). Sum of RGB (Red+Green+Blue) = 82+104+20=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #526814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526814 is #AD97EB. Grayscale: #585858. Windows color (decimal): -11376620 or 1337426. OLE color: 1337426.

HSL color Cylindrical-coordinate representation of color #526814: hue angle of 75.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #526814 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 20 -
CMYK 0.21 0 0.81 0.59
HSL 75.71º 0.68% 0.24% -
HSV(B) 75.71º 0.81% 0.41% -
XYZ 8.56 11.74 2.48 -
YUV 87.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 82 104 20 0.21 0 0.81 0.59 75.71 0.68 0.24
Hex 52 68 14 15 0 51 3B 4C 44 18
Octal 122 150 24 25 0 121 73 114 104 30
Binary 1010010 1101000 10100 10101 0 1010001 111011 1001100 1000100 11000

Color Harmonies of #526814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526814

Black with #526814

Text Example


Text Example

White with #526814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526814; }

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

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

background-color css

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

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

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

border-color css

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

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

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