#526305

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

Shades of Verdun Green #526305

Tints of Verdun Green #526305

Color information

#526305 (or 0x526305) is unknown color: approx Verdun Green. HEX triplet: 52, 63 and 05. RGB value is (82,99,5). Sum of RGB (Red+Green+Blue) = 82+99+5=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #526305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526305 is #AD9CFA. Grayscale: #535353. Windows color (decimal): -11377915 or 353106. OLE color: 353106.

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

Color convert

RGB82995-
CMYK0.1700.950.61
HSL70.85º90.38%20.39%-
HSV(B)70.85º94.95%38.82%-
XYZ7.9710.731.79-
YUV83.283.87127.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=44.09%
G=53.23%
B=2.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal829950.1700.950.6170.8590.3820.39
Hex526351105F3D475a14
Octal12214352101377510713224
Binary1010010110001110110001010111111111011000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526305; }

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

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

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

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

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

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

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

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