#526618

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

Shades of Verdun Green #526618

Tints of Verdun Green #526618

Color information

#526618 (or 0x526618) is unknown color: approx Verdun Green. HEX triplet: 52, 66 and 18. RGB value is (82,102,24). Sum of RGB (Red+Green+Blue) = 82+102+24=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #526618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526618 is #AD99E7. Grayscale: #575757. Windows color (decimal): -11377128 or 1599058. OLE color: 1599058.

HSL color Cylindrical-coordinate representation of color #526618: hue angle of 75.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #526618 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB8210224-
CMYK0.2000.760.6
HSL75.38º61.9%24.71%-
HSV(B)75.38º76.47%40%-
XYZ8.411.362.61-
YUV87.1392.37124.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=39.42%
G=49.04%
B=11.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102240.2000.760.675.3861.924.71
Hex5266181404C3C4b3e19
Octal12214630240114741137631
Binary10100101100110110001010001001100111100100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526618; }

 p { color: rgb(82,102,24); }

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

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

 a { background-color: rgb(82,102,24); }

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

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

 span { border-color: rgb(82,102,24); }

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