#525512

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

Shades of Verdun Green #525512

Tints of Verdun Green #525512

Color information

#525512 (or 0x525512) is unknown color: approx Verdun Green. HEX triplet: 52, 55 and 12. RGB value is (82,85,18). Sum of RGB (Red+Green+Blue) = 82+85+18=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #525512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525512 is #ADAAED. Grayscale: #4C4C4C. Windows color (decimal): -11381486 or 1201490. OLE color: 1201490.

HSL color Cylindrical-coordinate representation of color #525512: hue angle of 62.69º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #525512 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB828518-
CMYK0.0400.790.67
HSL62.69º65.05%20.2%-
HSV(B)62.69º78.82%33.33%-
XYZ6.848.331.82-
YUV76.4695.01131.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=44.32%
G=45.95%
B=9.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285180.0400.790.6762.6965.0520.2
Hex525512404F433f4114
Octal12212522401171037710124
Binary1010010101010110010100010011111000011111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525512; }

 p { color: rgb(82,85,18); }

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

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

 a { background-color: rgb(82,85,18); }

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

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

 span { border-color: rgb(82,85,18); }

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