#526300

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

Shades of Verdun Green #526300

Tints of Verdun Green #526300

Color information

#526300 (or 0x526300) is unknown color: approx Verdun Green. HEX triplet: 52, 63 and 00. RGB value is (82,99,0). Sum of RGB (Red+Green+Blue) = 82+99+0=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #526300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526300 is #AD9CFF. Grayscale: #535353. Windows color (decimal): -11377920 or 25426. OLE color: 25426.

HSL color Cylindrical-coordinate representation of color #526300: hue angle of 70.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #526300 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB82990-
CMYK0.17010.61
HSL70.3º100%19.41%-
HSV(B)70.3º100%38.82%-
XYZ7.9410.721.65-
YUV82.6381.37127.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 99 (39.06% from 255) = 54.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.30%
G=54.70%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal829900.17010.6170.310019.41
Hex52630110643D466413
Octal12214302101447510614423
Binary10100101100011010001011001001111011000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526300; }

 p { color: rgb(82,99,0); }

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

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

 a { background-color: rgb(82,99,0); }

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

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

 span { border-color: rgb(82,99,0); }

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