#52635F

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

Shades of Viridian Green #52635F

Tints of Viridian Green #52635F

Color information

#52635F (or 0x52635F) is unknown color: approx Viridian Green. HEX triplet: 52, 63 and 5F. RGB value is (82,99,95). Sum of RGB (Red+Green+Blue) = 82+99+95=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #52635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52635F is #AD9CA0. Grayscale: #5D5D5D. Windows color (decimal): -11377825 or 6251346. OLE color: 6251346.

HSL color Cylindrical-coordinate representation of color #52635F: hue angle of 165.88º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #52635F is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB829995-
CMYK0.1700.040.61
HSL165.88º9.39%35.49%-
HSV(B)165.88º17.17%38.82%-
XYZ10.0111.5412.53-
YUV93.46128.87119.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=29.71%
G=35.87%
B=34.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299950.1700.040.61165.889.3935.49
Hex52635F11043Da6923
Octal1221431372104752461143
Binary101001011000111011111100010100111101101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52635F; }

 p { color: rgb(82,99,95); }

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

<style>
 a { background-color: #52635F; }

 a { background-color: rgb(82,99,95); }

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

<style>
 span { border-color: #52635F; }

 span { border-color: rgb(82,99,95); }

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