#52685D

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

Shades of Viridian Green #52685D

Tints of Viridian Green #52685D

Color information

#52685D (or 0x52685D) is unknown color: approx Viridian Green. HEX triplet: 52, 68 and 5D. RGB value is (82,104,93). Sum of RGB (Red+Green+Blue) = 82+104+93=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #52685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685D is #AD97A2. Grayscale: #606060. Windows color (decimal): -11376547 or 6121554. OLE color: 6121554.

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

Color convert

RGB8210493-
CMYK0.2100.110.59
HSL150º11.83%36.47%-
HSV(B)150º21.15%40.78%-
XYZ10.4112.4812.22-
YUV96.17126.21117.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=29.39%
G=37.28%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104930.2100.110.5915011.8336.47
Hex52685D150B3B96c24
Octal12215013525013732261444
Binary1010010110100010111011010101011111011100101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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