#51615D

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

Shades of Viridian Green #51615D

Tints of Viridian Green #51615D

Color information

#51615D (or 0x51615D) is unknown color: approx Viridian Green. HEX triplet: 51, 61 and 5D. RGB value is (81,97,93). Sum of RGB (Red+Green+Blue) = 81+97+93=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 97 - color contains mainly: green. Hex color #51615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51615D is #AE9EA2. Grayscale: #5B5B5B. Windows color (decimal): -11443875 or 6119761. OLE color: 6119761.

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

Color convert

RGB819793-
CMYK0.1600.040.62
HSL165º8.99%34.9%-
HSV(B)165º16.49%38.04%-
XYZ9.6411.0911.99-
YUV91.76128.7120.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=29.89%
G=35.79%
B=34.32%

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
Decimal8197930.1600.040.621658.9934.9
Hex51615D10043Ea5923
Octal1211411352004762451143
Binary101000111000011011101100000100111110101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,97,93); }

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

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

 a { background-color: rgb(81,97,93); }

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

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

 span { border-color: rgb(81,97,93); }

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