#50615A

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

Shades of Viridian Green #50615A

Tints of Viridian Green #50615A

Color information

#50615A (or 0x50615A) is unknown color: approx Viridian Green. HEX triplet: 50, 61 and 5A. RGB value is (80,97,90). Sum of RGB (Red+Green+Blue) = 80+97+90=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #50615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50615A is #AF9EA5. Grayscale: #5B5B5B. Windows color (decimal): -11509414 or 5923152. OLE color: 5923152.

HSL color Cylindrical-coordinate representation of color #50615A: hue angle of 155.29º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #50615A is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB809790-
CMYK0.1800.070.62
HSL155.29º9.6%34.71%-
HSV(B)155.29º17.53%38.04%-
XYZ9.4310.9911.3-
YUV91.12127.37120.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=29.96%
G=36.33%
B=33.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097900.1800.070.62155.299.634.71
Hex50615A12073E9ba23
Octal1201411322207762331243
Binary101000011000011011010100100111111110100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50615A; }

 p { color: rgb(80,97,90); }

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

<style>
 a { background-color: #50615A; }

 a { background-color: rgb(80,97,90); }

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

<style>
 span { border-color: #50615A; }

 span { border-color: rgb(80,97,90); }

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