Html Css Color HEX #4F655C Viridian Green

📋 copy color: '#4F655C'

red 79 ◦ green 101 ◦ blue 92

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

Shades of Viridian Green #4F655C

Tints of Viridian Green #4F655C

RGB

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

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

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

R = 29.04%
G = 37.13%
B = 33.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#4F655C (or 0x4F655C) is known color: Viridian Green. HEX triplet: 4F, 65 and 5C. RGB value is (79,101,92). Sum of RGB (Red+Green+Blue) = 79+101+92=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #4F655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F655C is #B09AA3. Grayscale: #5D5D5D. Windows color (decimal): -11573924 or 6055247. OLE color: 6055247.

HSL color Cylindrical-coordinate representation of color #4F655C: hue angle of 155.45º 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 #4F655C is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 101 92 -
CMYK 0.22 0 0.09 0.60
HSL 155.45º 0.12% 0.35% -
HSV(B) 155.45º 0.22% 0.4% -
XYZ 9.81 11.74 11.87 -
YUV 93.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 79 101 92 0.22 0 0.09 0.60 155.45 0.12 0.35
Hex 4F 65 5C 16 0 9 3C 9B C 23
Octal 117 145 134 26 0 11 74 233 14 43
Binary 1001111 1100101 1011100 10110 0 1001 111100 10011011 1100 100011

Color Harmonies of #4F655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F655C

Black with #4F655C

Text Example


Text Example

White with #4F655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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