#4F685B

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

Shades of Viridian Green #4F685B

Tints of Viridian Green #4F685B

Color information

#4F685B (or 0x4F685B) is unknown color: approx Viridian Green. HEX triplet: 4F, 68 and 5B. RGB value is (79,104,91). Sum of RGB (Red+Green+Blue) = 79+104+91=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #4F685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F685B is #B097A4. Grayscale: #5F5F5F. Windows color (decimal): -11573157 or 5990479. OLE color: 5990479.

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

Color convert

RGB7910491-
CMYK0.2400.120.59
HSL148.8º13.66%35.88%-
HSV(B)148.8º24.04%40.78%-
XYZ10.0612.3211.74-
YUV95.04125.72116.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=28.83%
G=37.96%
B=33.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104910.2400.120.59148.813.6635.88
Hex4F685B180C3B95e24
Octal11715013330014732251644
Binary1001111110100010110111100001100111011100101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,91); }

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

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

 a { background-color: rgb(79,104,91); }

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

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

 span { border-color: rgb(79,104,91); }

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