Html Css Color HEX #4F685C Viridian Green

📋 copy color: '#4F685C'

red 79 ◦ green 104 ◦ blue 92

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

Shades of Viridian Green #4F685C

Tints of Viridian Green #4F685C

RGB

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

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

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

R = 28.73%
G = 37.82%
B = 33.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#4F685C (or 0x4F685C) is known color: Viridian Green. HEX triplet: 4F, 68 and 5C. RGB value is (79,104,92). Sum of RGB (Red+Green+Blue) = 79+104+92=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #4F685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F685C is #B097A3. Grayscale: #5F5F5F. Windows color (decimal): -11573156 or 6056015. OLE color: 6056015.

HSL color Cylindrical-coordinate representation of color #4F685C: hue angle of 151.2º 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 #4F685C is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 104 92 -
CMYK 0.24 0 0.12 0.59
HSL 151.2º 0.14% 0.36% -
HSV(B) 151.2º 0.24% 0.41% -
XYZ 10.11 12.34 11.97 -
YUV 95.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 79 104 92 0.24 0 0.12 0.59 151.2 0.14 0.36
Hex 4F 68 5C 18 0 C 3B 97 E 24
Octal 117 150 134 30 0 14 73 227 16 44
Binary 1001111 1101000 1011100 11000 0 1100 111011 10010111 1110 100100

Color Harmonies of #4F685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F685C

Black with #4F685C

Text Example


Text Example

White with #4F685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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