#51615C

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

Shades of Viridian Green #51615C

Tints of Viridian Green #51615C

Color information

#51615C (or 0x51615C) is unknown color: approx Viridian Green. HEX triplet: 51, 61 and 5C. RGB value is (81,97,92). Sum of RGB (Red+Green+Blue) = 81+97+92=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #51615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51615C is #AE9EA3. Grayscale: #5B5B5B. Windows color (decimal): -11443876 or 6054225. OLE color: 6054225.

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

Color convert

RGB819792-
CMYK0.1600.050.62
HSL161.25º8.99%34.9%-
HSV(B)161.25º16.49%38.04%-
XYZ9.611.0711.76-
YUV91.65128.2120.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=30%
G=35.93%
B=34.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197920.1600.050.62161.258.9934.9
Hex51615C10053Ea1923
Octal1211411342005762411143
Binary101000111000011011100100000101111110101000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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