#526A5E

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

Shades of Viridian Green #526A5E

Tints of Viridian Green #526A5E

Color information

#526A5E (or 0x526A5E) is unknown color: approx Viridian Green. HEX triplet: 52, 6A and 5E. RGB value is (82,106,94). Sum of RGB (Red+Green+Blue) = 82+106+94=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #526A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A5E is #AD95A1. Grayscale: #616161. Windows color (decimal): -11376034 or 6187602. OLE color: 6187602.

HSL color Cylindrical-coordinate representation of color #526A5E: hue angle of 150º 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 #526A5E is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB8210694-
CMYK0.2300.110.58
HSL150º12.77%36.86%-
HSV(B)150º22.64%41.57%-
XYZ10.6512.9112.52-
YUV97.46126.05116.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=29.08%
G=37.59%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106940.2300.110.5815012.7736.86
Hex526A5E170B3A96d25
Octal12215213627013722261545
Binary1010010110101010111101011101011111010100101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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