#53625B

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

Shades of Viridian Green #53625B

Tints of Viridian Green #53625B

Color information

#53625B (or 0x53625B) is unknown color: approx Viridian Green. HEX triplet: 53, 62 and 5B. RGB value is (83,98,91). Sum of RGB (Red+Green+Blue) = 83+98+91=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #53625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625B is #AC9DA4. Grayscale: #5C5C5C. Windows color (decimal): -11312549 or 5988947. OLE color: 5988947.

HSL color Cylindrical-coordinate representation of color #53625B: hue angle of 152º 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 #53625B is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB839891-
CMYK0.1500.070.62
HSL152º8.29%35.49%-
HSV(B)152º15.31%38.43%-
XYZ9.8211.3311.57-
YUV92.72127.03121.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=30.51%
G=36.03%
B=33.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398910.1500.070.621528.2935.49
Hex53625BF073E98823
Octal1231421331707762301043
Binary10100111100010101101111110111111110100110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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