#526808

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

Shades of Verdun Green #526808

Tints of Verdun Green #526808

Color information

#526808 (or 0x526808) is unknown color: approx Verdun Green. HEX triplet: 52, 68 and 08. RGB value is (82,104,8). Sum of RGB (Red+Green+Blue) = 82+104+8=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #526808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526808 is #AD97F7. Grayscale: #565656. Windows color (decimal): -11376632 or 550994. OLE color: 550994.

HSL color Cylindrical-coordinate representation of color #526808: hue angle of 73.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #526808 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB821048-
CMYK0.2100.920.59
HSL73.75º85.71%21.96%-
HSV(B)73.75º92.31%40.78%-
XYZ8.4711.712.04-
YUV86.4883.71124.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 104 (41.02% from 255) = 53.61%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=42.27%
G=53.61%
B=4.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8210480.2100.920.5973.7585.7121.96
Hex526881505C3B4a5616
Octal122150102501347311212626
Binary10100101101000100010101010111001110111001010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526808; }

 p { color: rgb(82,104,8); }

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

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

 a { background-color: rgb(82,104,8); }

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

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

 span { border-color: rgb(82,104,8); }

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