#4F655D

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

Shades of Viridian Green #4F655D

Tints of Viridian Green #4F655D

Color information

#4F655D (or 0x4F655D) is unknown color: approx Viridian Green. HEX triplet: 4F, 65 and 5D. RGB value is (79,101,93). Sum of RGB (Red+Green+Blue) = 79+101+93=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #4F655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F655D is #B09AA2. Grayscale: #5D5D5D. Windows color (decimal): -11573923 or 6120783. OLE color: 6120783.

HSL color Cylindrical-coordinate representation of color #4F655D: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F655D is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB7910193-
CMYK0.2200.080.60
HSL158.18º12.22%35.29%-
HSV(B)158.18º21.78%39.61%-
XYZ9.8511.7612.11-
YUV93.51127.71117.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=28.94%
G=37.00%
B=34.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79101930.2200.080.60158.1812.2235.29
Hex4F655D16083C9ec23
Octal11714513526010742361443
Binary1001111110010110111011011001000111100100111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F655D; }

 p { color: rgb(79,101,93); }

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

<style>
 a { background-color: #4F655D; }

 a { background-color: rgb(79,101,93); }

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

<style>
 span { border-color: #4F655D; }

 span { border-color: rgb(79,101,93); }

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