#525107

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

Shades of Verdun Green #525107

Tints of Verdun Green #525107

Color information

#525107 (or 0x525107) is unknown color: approx Verdun Green. HEX triplet: 52, 51 and 07. RGB value is (82,81,7). Sum of RGB (Red+Green+Blue) = 82+81+7=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #525107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525107 is #ADAEF8. Grayscale: #494949. Windows color (decimal): -11382521 or 479570. OLE color: 479570.

HSL color Cylindrical-coordinate representation of color #525107: hue angle of 59.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #525107 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82817-
CMYK00.010.910.68
HSL59.2º84.27%17.45%-
HSV(B)59.2º91.46%32.16%-
XYZ6.467.691.35-
YUV72.8690.83134.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=48.24%
G=47.65%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8281700.010.910.6859.284.2717.45
Hex52517015B443b5411
Octal1221217011331047312421
Binary101001010100011110110110111000100111011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525107; }

 p { color: rgb(82,81,7); }

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

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

 a { background-color: rgb(82,81,7); }

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

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

 span { border-color: rgb(82,81,7); }

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