#526214

Color #526214 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #526214

Tints of Verdun Green #526214

Color information

#526214 (or 0x526214) is unknown color: approx 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

RGB829820-
CMYK0.1600.800.62
HSL72.31º66.1%23.14%-
HSV(B)72.31º79.59%38.43%-
XYZ7.9710.582.28-
YUV84.3291.7126.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 20 (8.20% from 255) = 10%
R=41%
G=49%
B=10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298200.1600.800.6272.3166.123.14
Hex526214100503E484217
Octal122142242001207611010227
Binary101001011000101010010000010100001111101001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>