#53625C

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

Shades of Viridian Green #53625C

Tints of Viridian Green #53625C

Color information

#53625C (or 0x53625C) is unknown color: approx Viridian Green. HEX triplet: 53, 62 and 5C. RGB value is (83,98,92). Sum of RGB (Red+Green+Blue) = 83+98+92=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #53625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625C is #AC9DA3. Grayscale: #5C5C5C. Windows color (decimal): -11312548 or 6054483. OLE color: 6054483.

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

Color convert

RGB839892-
CMYK0.1500.060.62
HSL156º8.29%35.49%-
HSV(B)156º15.31%38.43%-
XYZ9.8711.3511.8-
YUV92.83127.53120.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=30.40%
G=35.90%
B=33.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398920.1500.060.621568.2935.49
Hex53625CF063E9c823
Octal1231421341706762341043
Binary10100111100010101110011110110111110100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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