Html Css Color HEX #4F645E Viridian Green

📋 copy color: '#4F645E'

red 79 ◦ green 100 ◦ blue 94

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

Shades of Viridian Green #4F645E

Tints of Viridian Green #4F645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

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

R = 28.94%
G = 36.63%
B = 34.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#4F645E (or 0x4F645E) is known color: Viridian Green. HEX triplet: 4F, 64 and 5E. RGB value is (79,100,94). Sum of RGB (Red+Green+Blue) = 79+100+94=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #4F645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F645E is #B09BA1. Grayscale: #5D5D5D. Windows color (decimal): -11574178 or 6186063. OLE color: 6186063.

HSL color Cylindrical-coordinate representation of color #4F645E: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F645E is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 100 94 -
CMYK 0.21 0 0.06 0.61
HSL 162.86º 0.12% 0.35% -
HSV(B) 162.86º 0.21% 0.39% -
XYZ 9.8 11.58 12.31 -
YUV 93.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 79 100 94 0.21 0 0.06 0.61 162.86 0.12 0.35
Hex 4F 64 5E 15 0 6 3D A3 C 23
Octal 117 144 136 25 0 6 75 243 14 43
Binary 1001111 1100100 1011110 10101 0 110 111101 10100011 1100 100011

Color Harmonies of #4F645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F645E

Black with #4F645E

Text Example


Text Example

White with #4F645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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