#52645F

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

Shades of Viridian Green #52645F

Tints of Viridian Green #52645F

Color information

#52645F (or 0x52645F) is unknown color: approx Viridian Green. HEX triplet: 52, 64 and 5F. RGB value is (82,100,95). Sum of RGB (Red+Green+Blue) = 82+100+95=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #52645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52645F is #AD9BA0. Grayscale: #5E5E5E. Windows color (decimal): -11377569 or 6251602. OLE color: 6251602.

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

Color convert

RGB8210095-
CMYK0.1800.050.61
HSL163.33º9.89%35.69%-
HSV(B)163.33º18%39.22%-
XYZ10.111.7312.56-
YUV94.05128.54119.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=29.60%
G=36.10%
B=34.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100950.1800.050.61163.339.8935.69
Hex52645F12053Da3a24
Octal1221441372205752431244
Binary101001011001001011111100100101111101101000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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