#4F6B61

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

Shades of Viridian Green #4F6B61

Tints of Viridian Green #4F6B61

Color information

#4F6B61 (or 0x4F6B61) is unknown color: approx Viridian Green. HEX triplet: 4F, 6B and 61. RGB value is (79,107,97). Sum of RGB (Red+Green+Blue) = 79+107+97=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B61 is #B0949E. Grayscale: #616161. Windows color (decimal): -11572383 or 6384463. OLE color: 6384463.

HSL color Cylindrical-coordinate representation of color #4F6B61: hue angle of 158.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F6B61 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB7910797-
CMYK0.2600.090.58
HSL158.57º15.05%36.47%-
HSV(B)158.57º26.17%41.96%-
XYZ10.6413.0413.27-
YUV97.49127.72114.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=27.92%
G=37.81%
B=34.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79107970.2600.090.58158.5715.0536.47
Hex4F6B611A093A9ff24
Octal11715314132011722371744
Binary1001111110101111000011101001001111010100111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,107,97); }

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

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

 a { background-color: rgb(79,107,97); }

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

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

 span { border-color: rgb(79,107,97); }

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