#52655D

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

Shades of Viridian Green #52655D

Tints of Viridian Green #52655D

Color information

#52655D (or 0x52655D) is unknown color: approx Viridian Green. HEX triplet: 52, 65 and 5D. RGB value is (82,101,93). Sum of RGB (Red+Green+Blue) = 82+101+93=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 101 - color contains mainly: green. Hex color #52655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52655D is #AD9AA2. Grayscale: #5E5E5E. Windows color (decimal): -11377315 or 6120786. OLE color: 6120786.

HSL color Cylindrical-coordinate representation of color #52655D: hue angle of 154.74º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #52655D is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB8210193-
CMYK0.1900.080.60
HSL154.74º10.38%35.88%-
HSV(B)154.74º18.81%39.61%-
XYZ10.1111.8912.12-
YUV94.41127.21119.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=29.71%
G=36.59%
B=33.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101930.1900.080.60154.7410.3835.88
Hex52655D13083C9ba24
Octal12214513523010742331244
Binary1010010110010110111011001101000111100100110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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