#52685E

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

Shades of Viridian Green #52685E

Tints of Viridian Green #52685E

Color information

#52685E (or 0x52685E) is unknown color: approx Viridian Green. HEX triplet: 52, 68 and 5E. RGB value is (82,104,94). Sum of RGB (Red+Green+Blue) = 82+104+94=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #52685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685E is #AD97A1. Grayscale: #606060. Windows color (decimal): -11376546 or 6187090. OLE color: 6187090.

HSL color Cylindrical-coordinate representation of color #52685E: hue angle of 152.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52685E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8210494-
CMYK0.2100.100.59
HSL152.73º11.83%36.47%-
HSV(B)152.73º21.15%40.78%-
XYZ10.4512.512.45-
YUV96.28126.71117.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=29.29%
G=37.14%
B=33.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104940.2100.100.59152.7311.8336.47
Hex52685E150A3B99c24
Octal12215013625012732311444
Binary1010010110100010111101010101010111011100110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52685E; }

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

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

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

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

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

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

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

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