#526217

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

Shades of Verdun Green #526217

Tints of Verdun Green #526217

Color information

#526217 (or 0x526217) is unknown color: approx Verdun Green. HEX triplet: 52, 62 and 17. RGB value is (82,98,23). Sum of RGB (Red+Green+Blue) = 82+98+23=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #526217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526217 is #AD9DE8. Grayscale: #545454. Windows color (decimal): -11378153 or 1532498. OLE color: 1532498.

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

Color convert

RGB829823-
CMYK0.1600.770.62
HSL72.8º61.98%23.73%-
HSV(B)72.8º76.53%38.43%-
XYZ810.592.43-
YUV84.6793.2126.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=40.39%
G=48.28%
B=11.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298230.1600.770.6272.861.9823.73
Hex5262171004D3E493e18
Octal12214227200115761117630
Binary10100101100010101111000001001101111110100100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526217; }

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

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

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

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

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

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

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

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