Html Css Color HEX #4F665F Viridian Green

📋 copy color: '#4F665F'

red 79 ◦ green 102 ◦ blue 95

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

Shades of Viridian Green #4F665F

Tints of Viridian Green #4F665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 28.62%
G = 36.96%
B = 34.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#4F665F (or 0x4F665F) is known color: Viridian Green. HEX triplet: 4F, 66 and 5F. RGB value is (79,102,95). Sum of RGB (Red+Green+Blue) = 79+102+95=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #4F665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F665F is #B099A0. Grayscale: #5E5E5E. Windows color (decimal): -11573665 or 6252111. OLE color: 6252111.

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

Color convert

RGB 79 102 95 -
CMYK 0.23 0 0.07 0.6
HSL 161.74º 0.13% 0.35% -
HSV(B) 161.74º 0.23% 0.4% -
XYZ 10.04 11.99 12.61 -
YUV 94.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 79 102 95 0.23 0 0.07 0.6 161.74 0.13 0.35
Hex 4F 66 5F 17 0 7 3C A2 D 23
Octal 117 146 137 27 0 7 74 242 15 43
Binary 1001111 1100110 1011111 10111 0 111 111100 10100010 1101 100011

Color Harmonies of #4F665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F665F

Black with #4F665F

Text Example


Text Example

White with #4F665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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