#4F665A

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

Shades of Viridian Green #4F665A

Tints of Viridian Green #4F665A

Color information

#4F665A (or 0x4F665A) is unknown color: approx Viridian Green. HEX triplet: 4F, 66 and 5A. RGB value is (79,102,90). Sum of RGB (Red+Green+Blue) = 79+102+90=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #4F665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F665A is #B099A5. Grayscale: #5D5D5D. Windows color (decimal): -11573670 or 5924431. OLE color: 5924431.

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

Color convert

RGB7910290-
CMYK0.2300.120.6
HSL148.7º12.71%35.49%-
HSV(B)148.7º22.55%40%-
XYZ9.8211.911.45-
YUV93.76125.88117.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.15%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=29.15%
G=37.64%
B=33.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal79102900.2300.120.6148.712.7135.49
Hex4F665A170C3C95d23
Octal11714613227014742251543
Binary1001111110011010110101011101100111100100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,102,90); }

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

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

 a { background-color: rgb(79,102,90); }

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

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

 span { border-color: rgb(79,102,90); }

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