#4F6960

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

Shades of Viridian Green #4F6960

Tints of Viridian Green #4F6960

Color information

#4F6960 (or 0x4F6960) is unknown color: approx Viridian Green. HEX triplet: 4F, 69 and 60. RGB value is (79,105,96). Sum of RGB (Red+Green+Blue) = 79+105+96=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6960 is #B0969F. Grayscale: #606060. Windows color (decimal): -11572896 or 6318415. OLE color: 6318415.

HSL color Cylindrical-coordinate representation of color #4F6960: hue angle of 159.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6960 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB7910596-
CMYK0.2500.090.59
HSL159.23º14.13%36.08%-
HSV(B)159.23º24.76%41.18%-
XYZ10.3912.6112.95-
YUV96.2127.89115.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.21%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=28.21%
G=37.5%
B=34.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79105960.2500.090.59159.2314.1336.08
Hex4F696019093B9fe24
Octal11715114031011732371644
Binary1001111110100111000001100101001111011100111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,105,96); }

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

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

 a { background-color: rgb(79,105,96); }

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

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

 span { border-color: rgb(79,105,96); }

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