#52695D

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

Shades of Viridian Green #52695D

Tints of Viridian Green #52695D

Color information

#52695D (or 0x52695D) is unknown color: approx Viridian Green. HEX triplet: 52, 69 and 5D. RGB value is (82,105,93). Sum of RGB (Red+Green+Blue) = 82+105+93=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #52695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52695D is #AD96A2. Grayscale: #606060. Windows color (decimal): -11376291 or 6121810. OLE color: 6121810.

HSL color Cylindrical-coordinate representation of color #52695D: hue angle of 148.7º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52695D is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB8210593-
CMYK0.2200.110.59
HSL148.7º12.3%36.67%-
HSV(B)148.7º21.9%41.18%-
XYZ10.5112.6912.25-
YUV96.76125.88117.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=29.29%
G=37.5%
B=33.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105930.2200.110.59148.712.336.67
Hex52695D160B3B95c25
Octal12215113526013732251445
Binary1010010110100110111011011001011111011100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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