#52645D

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

Shades of Viridian Green #52645D

Tints of Viridian Green #52645D

Color information

#52645D (or 0x52645D) is unknown color: approx Viridian Green. HEX triplet: 52, 64 and 5D. RGB value is (82,100,93). Sum of RGB (Red+Green+Blue) = 82+100+93=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #52645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52645D is #AD9BA2. Grayscale: #5D5D5D. Windows color (decimal): -11377571 or 6120530. OLE color: 6120530.

HSL color Cylindrical-coordinate representation of color #52645D: hue angle of 156.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52645D is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB8210093-
CMYK0.1800.070.61
HSL156.67º9.89%35.69%-
HSV(B)156.67º18%39.22%-
XYZ10.0111.712.09-
YUV93.82127.54119.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=29.82%
G=36.36%
B=33.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100930.1800.070.61156.679.8935.69
Hex52645D12073D9da24
Octal1221441352207752351244
Binary101001011001001011101100100111111101100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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