#526A5F

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

Shades of Viridian Green #526A5F

Tints of Viridian Green #526A5F

Color information

#526A5F (or 0x526A5F) is unknown color: approx Viridian Green. HEX triplet: 52, 6A and 5F. RGB value is (82,106,95). Sum of RGB (Red+Green+Blue) = 82+106+95=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #526A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A5F is #AD95A0. Grayscale: #616161. Windows color (decimal): -11376033 or 6253138. OLE color: 6253138.

HSL color Cylindrical-coordinate representation of color #526A5F: hue angle of 152.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A5F is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB8210695-
CMYK0.2300.100.58
HSL152.5º12.77%36.86%-
HSV(B)152.5º22.64%41.57%-
XYZ10.712.9312.76-
YUV97.57126.55116.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=28.98%
G=37.46%
B=33.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106950.2300.100.58152.512.7736.86
Hex526A5F170A3A98d25
Octal12215213727012722301545
Binary1010010110101010111111011101010111010100110001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A5F; }

 p { color: rgb(82,106,95); }

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

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

 a { background-color: rgb(82,106,95); }

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

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

 span { border-color: rgb(82,106,95); }

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