#526114

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

Shades of Verdun Green #526114

Tints of Verdun Green #526114

Color information

#526114 (or 0x526114) is unknown color: approx Verdun Green. HEX triplet: 52, 61 and 14. RGB value is (82,97,20). Sum of RGB (Red+Green+Blue) = 82+97+20=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #526114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526114 is #AD9EEB. Grayscale: #545454. Windows color (decimal): -11378412 or 1335634. OLE color: 1335634.

HSL color Cylindrical-coordinate representation of color #526114: hue angle of 71.69º 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 #526114 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB829720-
CMYK0.1500.790.62
HSL71.69º65.81%22.94%-
HSV(B)71.69º79.38%38.04%-
XYZ7.8810.392.25-
YUV83.7492.03126.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=41.21%
G=48.74%
B=10.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297200.1500.790.6271.6965.8122.94
Hex526114F04F3E484217
Octal122141241701177611010227
Binary10100101100001101001111010011111111101001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526114; }

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

 H1.HeaderClassName
 {
   color: #526114;
 }
 .AnyTagClassName
 {
   color: #526114;
 }
</style>
background-color css

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

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

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

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

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

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