Html Css Color HEX #4F655A Viridian Green

📋 copy color: '#4F655A'

red 79 ◦ green 101 ◦ blue 90

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

Shades of Viridian Green #4F655A

Tints of Viridian Green #4F655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

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

R = 29.26%
G = 37.41%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#4F655A (or 0x4F655A) is known color: Viridian Green. HEX triplet: 4F, 65 and 5A. RGB value is (79,101,90). Sum of RGB (Red+Green+Blue) = 79+101+90=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #4F655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F655A is #B09AA5. Grayscale: #5D5D5D. Windows color (decimal): -11573926 or 5924175. OLE color: 5924175.

HSL color Cylindrical-coordinate representation of color #4F655A: hue angle of 150º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F655A is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 101 90 -
CMYK 0.22 0 0.11 0.60
HSL 150º 0.12% 0.35% -
HSV(B) 150º 0.22% 0.4% -
XYZ 9.72 11.71 11.42 -
YUV 93.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 79 101 90 0.22 0 0.11 0.60 150 0.12 0.35
Hex 4F 65 5A 16 0 B 3C 96 C 23
Octal 117 145 132 26 0 13 74 226 14 43
Binary 1001111 1100101 1011010 10110 0 1011 111100 10010110 1100 100011

Color Harmonies of #4F655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F655A

Black with #4F655A

Text Example


Text Example

White with #4F655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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