Html Css Color HEX #4F685D Viridian Green

📋 copy color: '#4F685D'

red 79 ◦ green 104 ◦ blue 93

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

Shades of Viridian Green #4F685D

Tints of Viridian Green #4F685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 28.62%
G = 37.68%
B = 33.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#4F685D (or 0x4F685D) is known color: Viridian Green. HEX triplet: 4F, 68 and 5D. RGB value is (79,104,93). Sum of RGB (Red+Green+Blue) = 79+104+93=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #4F685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F685D is #B097A2. Grayscale: #5F5F5F. Windows color (decimal): -11573155 or 6121551. OLE color: 6121551.

HSL color Cylindrical-coordinate representation of color #4F685D: hue angle of 153.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F685D is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 104 93 -
CMYK 0.24 0 0.11 0.59
HSL 153.6º 0.14% 0.36% -
HSV(B) 153.6º 0.24% 0.41% -
XYZ 10.15 12.35 12.21 -
YUV 95.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 79 104 93 0.24 0 0.11 0.59 153.6 0.14 0.36
Hex 4F 68 5D 18 0 B 3B 9A E 24
Octal 117 150 135 30 0 13 73 232 16 44
Binary 1001111 1101000 1011101 11000 0 1011 111011 10011010 1110 100100

Color Harmonies of #4F685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F685D

Black with #4F685D

Text Example


Text Example

White with #4F685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,104,93); }

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

background-color css

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

 a { background-color: rgb(79,104,93); }

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

border-color css

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

 span { border-color: rgb(79,104,93); }

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