Html Css Color HEX #4F605A Viridian Green

📋 copy color: '#4F605A'

red 79 ◦ green 96 ◦ blue 90

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

Shades of Viridian Green #4F605A

Tints of Viridian Green #4F605A

RGB

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

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

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

R = 29.81%
G = 36.23%
B = 33.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#4F605A (or 0x4F605A) is known color: Viridian Green. HEX triplet: 4F, 60 and 5A. RGB value is (79,96,90). Sum of RGB (Red+Green+Blue) = 79+96+90=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #4F605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F605A is #B09FA5. Grayscale: #5A5A5A. Windows color (decimal): -11575206 or 5922895. OLE color: 5922895.

HSL color Cylindrical-coordinate representation of color #4F605A: hue angle of 158.82º 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 #4F605A is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 90 -
CMYK 0.18 0 0.06 0.62
HSL 158.82º 0.1% 0.34% -
HSV(B) 158.82º 0.18% 0.38% -
XYZ 9.25 10.77 11.26 -
YUV 90.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 79 96 90 0.18 0 0.06 0.62 158.82 0.1 0.34
Hex 4F 60 5A 12 0 6 3E 9F A 22
Octal 117 140 132 22 0 6 76 237 12 42
Binary 1001111 1100000 1011010 10010 0 110 111110 10011111 1010 100010

Color Harmonies of #4F605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F605A

Black with #4F605A

Text Example


Text Example

White with #4F605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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