#52665D

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

Shades of Viridian Green #52665D

Tints of Viridian Green #52665D

Color information

#52665D (or 0x52665D) is unknown color: approx Viridian Green. HEX triplet: 52, 66 and 5D. RGB value is (82,102,93). Sum of RGB (Red+Green+Blue) = 82+102+93=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #52665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52665D is #AD99A2. Grayscale: #5F5F5F. Windows color (decimal): -11377059 or 6121042. OLE color: 6121042.

HSL color Cylindrical-coordinate representation of color #52665D: hue angle of 153º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52665D is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB8210293-
CMYK0.2000.090.6
HSL153º10.87%36.08%-
HSV(B)153º19.61%40%-
XYZ10.2112.0912.15-
YUV94.99126.87118.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=29.60%
G=36.82%
B=33.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102930.2000.090.615310.8736.08
Hex52665D14093C99b24
Octal12214613524011742311344
Binary1010010110011010111011010001001111100100110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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