Html Css Color HEX #4F665A Viridian Green

📋 copy color: '#4F665A'

red 79 ◦ green 102 ◦ blue 90

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

Shades of Viridian Green #4F665A

Tints of Viridian Green #4F665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 29.15%
G = 37.64%
B = 33.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#4F665A (or 0x4F665A) is known color: Viridian Green. HEX triplet: 4F, 66 and 5A. RGB value is (79,102,90). Sum of RGB (Red+Green+Blue) = 79+102+90=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #4F665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F665A is #B099A5. Grayscale: #5D5D5D. Windows color (decimal): -11573670 or 5924431. OLE color: 5924431.

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

Color convert

RGB 79 102 90 -
CMYK 0.23 0 0.12 0.6
HSL 148.7º 0.13% 0.35% -
HSV(B) 148.7º 0.23% 0.4% -
XYZ 9.82 11.9 11.45 -
YUV 93.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 79 102 90 0.23 0 0.12 0.6 148.7 0.13 0.35
Hex 4F 66 5A 17 0 C 3C 95 D 23
Octal 117 146 132 27 0 14 74 225 15 43
Binary 1001111 1100110 1011010 10111 0 1100 111100 10010101 1101 100011

Color Harmonies of #4F665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F665A

Black with #4F665A

Text Example


Text Example

White with #4F665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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