Html Css Color HEX #4F645C Viridian Green

📋 copy color: '#4F645C'

red 79 ◦ green 100 ◦ blue 92

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

Shades of Viridian Green #4F645C

Tints of Viridian Green #4F645C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 29.15%
G = 36.9%
B = 33.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#4F645C (or 0x4F645C) is known color: Viridian Green. HEX triplet: 4F, 64 and 5C. RGB value is (79,100,92). Sum of RGB (Red+Green+Blue) = 79+100+92=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #4F645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F645C is #B09BA3. Grayscale: #5C5C5C. Windows color (decimal): -11574180 or 6054991. OLE color: 6054991.

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

Color convert

RGB 79 100 92 -
CMYK 0.21 0 0.08 0.61
HSL 157.14º 0.12% 0.35% -
HSV(B) 157.14º 0.21% 0.39% -
XYZ 9.71 11.55 11.84 -
YUV 92.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 79 100 92 0.21 0 0.08 0.61 157.14 0.12 0.35
Hex 4F 64 5C 15 0 8 3D 9D C 23
Octal 117 144 134 25 0 10 75 235 14 43
Binary 1001111 1100100 1011100 10101 0 1000 111101 10011101 1100 100011

Color Harmonies of #4F645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F645C

Black with #4F645C

Text Example


Text Example

White with #4F645C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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