Html Css Color HEX #4F665E Viridian Green

📋 copy color: '#4F665E'

red 79 ◦ green 102 ◦ blue 94

#4F665E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #4F665E

Tints of Viridian Green #4F665E

RGB

 RED value IS 79 (31.25% from 255) = 28.73%

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 28.73%
G = 37.09%
B = 34.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#4F665E (or 0x4F665E) is known color: Viridian Green. HEX triplet: 4F, 66 and 5E. RGB value is (79,102,94). Sum of RGB (Red+Green+Blue) = 79+102+94=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #4F665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F665E is #B099A1. Grayscale: #5E5E5E. Windows color (decimal): -11573666 or 6186575. OLE color: 6186575.

HSL color Cylindrical-coordinate representation of color #4F665E: hue angle of 159.13º 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 #4F665E is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 79 102 94 -
CMYK 0.23 0 0.08 0.6
HSL 159.13º 0.13% 0.35% -
HSV(B) 159.13º 0.23% 0.4% -
XYZ 10 11.97 12.37 -
YUV 94.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 79 102 94 0.23 0 0.08 0.6 159.13 0.13 0.35
Hex 4F 66 5E 17 0 8 3C 9F D 23
Octal 117 146 136 27 0 10 74 237 15 43
Binary 1001111 1100110 1011110 10111 0 1000 111100 10011111 1101 100011

Color Harmonies of #4F665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F665E

Black with #4F665E

Text Example


Text Example

White with #4F665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F665E;
 }
 .AnyTagClassName
 {
   color: #4F665E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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