Html Css Color HEX #4F675F Viridian Green

📋 copy color: '#4F675F'

red 79 ◦ green 103 ◦ blue 95

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

Shades of Viridian Green #4F675F

Tints of Viridian Green #4F675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 28.52%
G = 37.18%
B = 34.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#4F675F (or 0x4F675F) is known color: Viridian Green. HEX triplet: 4F, 67 and 5F. RGB value is (79,103,95). Sum of RGB (Red+Green+Blue) = 79+103+95=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #4F675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F675F is #B098A0. Grayscale: #5E5E5E. Windows color (decimal): -11573409 or 6252367. OLE color: 6252367.

HSL color Cylindrical-coordinate representation of color #4F675F: hue angle of 160º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F675F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 103 95 -
CMYK 0.23 0 0.08 0.60
HSL 160º 0.13% 0.36% -
HSV(B) 160º 0.23% 0.4% -
XYZ 10.14 12.19 12.64 -
YUV 94.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 79 103 95 0.23 0 0.08 0.60 160 0.13 0.36
Hex 4F 67 5F 17 0 8 3C A0 D 24
Octal 117 147 137 27 0 10 74 240 15 44
Binary 1001111 1100111 1011111 10111 0 1000 111100 10100000 1101 100100

Color Harmonies of #4F675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F675F

Black with #4F675F

Text Example


Text Example

White with #4F675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,103,95); }

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

background-color css

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

 a { background-color: rgb(79,103,95); }

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

border-color css

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

 span { border-color: rgb(79,103,95); }

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