#52635E

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

Shades of Viridian Green #52635E

Tints of Viridian Green #52635E

Color information

#52635E (or 0x52635E) is unknown color: approx Viridian Green. HEX triplet: 52, 63 and 5E. RGB value is (82,99,94). Sum of RGB (Red+Green+Blue) = 82+99+94=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 99 - color contains mainly: green. Hex color #52635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52635E is #AD9CA1. Grayscale: #5D5D5D. Windows color (decimal): -11377826 or 6185810. OLE color: 6185810.

HSL color Cylindrical-coordinate representation of color #52635E: hue angle of 162.35º 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 #52635E is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB829994-
CMYK0.1700.050.61
HSL162.35º9.39%35.49%-
HSV(B)162.35º17.17%38.82%-
XYZ9.9611.5312.29-
YUV93.35128.37119.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=29.82%
G=36%
B=34.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299940.1700.050.61162.359.3935.49
Hex52635E11053Da2923
Octal1221431362105752421143
Binary101001011000111011110100010101111101101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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