Html Css Color HEX #526214 Verdun Green

📋 copy color: '#526214'

red 82 ◦ green 98 ◦ blue 20

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

Shades of Verdun Green #526214

Tints of Verdun Green #526214

RGB

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

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

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

R = 41%
G = 49%
B = 10%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#526214 (or 0x526214) is known color: Verdun Green. HEX triplet: 52, 62 and 14. RGB value is (82,98,20). Sum of RGB (Red+Green+Blue) = 82+98+20=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #526214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526214 is #AD9DEB. Grayscale: #545454. Windows color (decimal): -11378156 or 1335890. OLE color: 1335890.

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

Color convert

RGB 82 98 20 -
CMYK 0.16 0 0.80 0.62
HSL 72.31º 0.66% 0.23% -
HSV(B) 72.31º 0.8% 0.38% -
XYZ 7.97 10.58 2.28 -
YUV 84.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 82 98 20 0.16 0 0.80 0.62 72.31 0.66 0.23
Hex 52 62 14 10 0 50 3E 48 42 17
Octal 122 142 24 20 0 120 76 110 102 27
Binary 1010010 1100010 10100 10000 0 1010000 111110 1001000 1000010 10111

Color Harmonies of #526214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526214

Black with #526214

Text Example


Text Example

White with #526214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526214; }

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

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

background-color css

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

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

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

border-color css

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

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

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