#52625E

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

Shades of Viridian Green #52625E

Tints of Viridian Green #52625E

Color information

#52625E (or 0x52625E) is unknown color: approx Viridian Green. HEX triplet: 52, 62 and 5E. RGB value is (82,98,94). Sum of RGB (Red+Green+Blue) = 82+98+94=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #52625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52625E is #AD9DA1. Grayscale: #5C5C5C. Windows color (decimal): -11378082 or 6185554. OLE color: 6185554.

HSL color Cylindrical-coordinate representation of color #52625E: hue angle of 165º 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 #52625E is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB829894-
CMYK0.1600.040.62
HSL165º8.89%35.29%-
HSV(B)165º16.33%38.43%-
XYZ9.8711.3412.26-
YUV92.76128.7120.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=29.93%
G=35.77%
B=34.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298940.1600.040.621658.8935.29
Hex52625E10043Ea5923
Octal1221421362004762451143
Binary101001011000101011110100000100111110101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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