#52625C

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

Shades of Viridian Green #52625C

Tints of Viridian Green #52625C

Color information

#52625C (or 0x52625C) is unknown color: approx Viridian Green. HEX triplet: 52, 62 and 5C. RGB value is (82,98,92). Sum of RGB (Red+Green+Blue) = 82+98+92=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #52625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52625C is #AD9DA3. Grayscale: #5C5C5C. Windows color (decimal): -11378084 or 6054482. OLE color: 6054482.

HSL color Cylindrical-coordinate representation of color #52625C: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #52625C is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB829892-
CMYK0.1600.060.62
HSL157.5º8.89%35.29%-
HSV(B)157.5º16.33%38.43%-
XYZ9.7811.311.79-
YUV92.53127.7120.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=30.15%
G=36.03%
B=33.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298920.1600.060.62157.58.8935.29
Hex52625C10063E9d923
Octal1221421342006762351143
Binary101001011000101011100100000110111110100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52625C; }

 p { color: rgb(82,98,92); }

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

<style>
 a { background-color: #52625C; }

 a { background-color: rgb(82,98,92); }

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

<style>
 span { border-color: #52625C; }

 span { border-color: rgb(82,98,92); }

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