Html Css Color HEX #526014 Verdun Green

📋 copy color: '#526014'

red 82 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #526014

Tints of Verdun Green #526014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

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

R = 41.41%
G = 48.48%
B = 10.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#526014 (or 0x526014) is known color: Verdun Green. HEX triplet: 52, 60 and 14. RGB value is (82,96,20). Sum of RGB (Red+Green+Blue) = 82+96+20=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #526014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526014 is #AD9FEB. Grayscale: #535353. Windows color (decimal): -11378668 or 1335378. OLE color: 1335378.

HSL color Cylindrical-coordinate representation of color #526014: hue angle of 71.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #526014 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 20 -
CMYK 0.15 0 0.79 0.62
HSL 71.05º 0.66% 0.23% -
HSV(B) 71.05º 0.79% 0.38% -
XYZ 7.79 10.21 2.22 -
YUV 83.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 82 96 20 0.15 0 0.79 0.62 71.05 0.66 0.23
Hex 52 60 14 F 0 4F 3E 47 42 17
Octal 122 140 24 17 0 117 76 107 102 27
Binary 1010010 1100000 10100 1111 0 1001111 111110 1000111 1000010 10111

Color Harmonies of #526014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526014

Black with #526014

Text Example


Text Example

White with #526014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526014; }

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

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

background-color css

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

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

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

border-color css

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

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

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