#52665B

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

Shades of Viridian Green #52665B

Tints of Viridian Green #52665B

Color information

#52665B (or 0x52665B) is unknown color: approx Viridian Green. HEX triplet: 52, 66 and 5B. RGB value is (82,102,91). Sum of RGB (Red+Green+Blue) = 82+102+91=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #52665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52665B is #AD99A4. Grayscale: #5E5E5E. Windows color (decimal): -11377061 or 5989970. OLE color: 5989970.

HSL color Cylindrical-coordinate representation of color #52665B: hue angle of 147º 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 #52665B is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB8210291-
CMYK0.2000.110.6
HSL147º10.87%36.08%-
HSV(B)147º19.61%40%-
XYZ10.1212.0511.69-
YUV94.77125.87118.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=29.82%
G=37.09%
B=33.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102910.2000.110.614710.8736.08
Hex52665B140B3C93b24
Octal12214613324013742231344
Binary1010010110011010110111010001011111100100100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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