#53625D

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

Shades of Viridian Green #53625D

Tints of Viridian Green #53625D

Color information

#53625D (or 0x53625D) is unknown color: approx Viridian Green. HEX triplet: 53, 62 and 5D. RGB value is (83,98,93). Sum of RGB (Red+Green+Blue) = 83+98+93=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #53625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625D is #AC9DA2. Grayscale: #5C5C5C. Windows color (decimal): -11312547 or 6120019. OLE color: 6120019.

HSL color Cylindrical-coordinate representation of color #53625D: hue angle of 160º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #53625D is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB839893-
CMYK0.1500.050.62
HSL160º8.29%35.49%-
HSV(B)160º15.31%38.43%-
XYZ9.9111.3612.03-
YUV92.94128.03120.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=30.29%
G=35.77%
B=33.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398930.1500.050.621608.2935.49
Hex53625DF053Ea0823
Octal1231421351705762401043
Binary10100111100010101110111110101111110101000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,98,93); }

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

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

 a { background-color: rgb(83,98,93); }

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

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

 span { border-color: rgb(83,98,93); }

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