#52625A

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

Shades of Viridian Green #52625A

Tints of Viridian Green #52625A

Color information

#52625A (or 0x52625A) is unknown color: approx Viridian Green. HEX triplet: 52, 62 and 5A. RGB value is (82,98,90). Sum of RGB (Red+Green+Blue) = 82+98+90=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #52625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52625A is #AD9DA5. Grayscale: #5C5C5C. Windows color (decimal): -11378086 or 5923410. OLE color: 5923410.

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

Color convert

RGB829890-
CMYK0.1600.080.62
HSL150º8.89%35.29%-
HSV(B)150º16.33%38.43%-
XYZ9.6911.2711.34-
YUV92.3126.7120.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=30.37%
G=36.30%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298900.1600.080.621508.8935.29
Hex52625A10083E96923
Octal12214213220010762261143
Binary1010010110001010110101000001000111110100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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