#52695E

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

Shades of Viridian Green #52695E

Tints of Viridian Green #52695E

Color information

#52695E (or 0x52695E) is unknown color: approx Viridian Green. HEX triplet: 52, 69 and 5E. RGB value is (82,105,94). Sum of RGB (Red+Green+Blue) = 82+105+94=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #52695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52695E is #AD96A1. Grayscale: #606060. Windows color (decimal): -11376290 or 6187346. OLE color: 6187346.

HSL color Cylindrical-coordinate representation of color #52695E: hue angle of 151.3º 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 #52695E is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8210594-
CMYK0.2200.100.59
HSL151.3º12.3%36.67%-
HSV(B)151.3º21.9%41.18%-
XYZ10.5512.7112.49-
YUV96.87126.38117.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=29.18%
G=37.37%
B=33.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105940.2200.100.59151.312.336.67
Hex52695E160A3B97c25
Octal12215113626012732271445
Binary1010010110100110111101011001010111011100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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