Html Css Color HEX #4F605B Viridian Green

📋 copy color: '#4F605B'

red 79 ◦ green 96 ◦ blue 91

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

Shades of Viridian Green #4F605B

Tints of Viridian Green #4F605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 29.7%
G = 36.09%
B = 34.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#4F605B (or 0x4F605B) is known color: Viridian Green. HEX triplet: 4F, 60 and 5B. RGB value is (79,96,91). Sum of RGB (Red+Green+Blue) = 79+96+91=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #4F605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F605B is #B09FA4. Grayscale: #5A5A5A. Windows color (decimal): -11575205 or 5988431. OLE color: 5988431.

HSL color Cylindrical-coordinate representation of color #4F605B: hue angle of 162.35º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F605B is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 91 -
CMYK 0.18 0 0.05 0.62
HSL 162.35º 0.1% 0.34% -
HSV(B) 162.35º 0.18% 0.38% -
XYZ 9.3 10.78 11.49 -
YUV 90.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 79 96 91 0.18 0 0.05 0.62 162.35 0.1 0.34
Hex 4F 60 5B 12 0 5 3E A2 A 22
Octal 117 140 133 22 0 5 76 242 12 42
Binary 1001111 1100000 1011011 10010 0 101 111110 10100010 1010 100010

Color Harmonies of #4F605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F605B

Black with #4F605B

Text Example


Text Example

White with #4F605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,91); }

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

background-color css

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

 a { background-color: rgb(79,96,91); }

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

border-color css

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

 span { border-color: rgb(79,96,91); }

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