#4F605A

Color #4F605A Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #4F605A

Tints of Viridian Green #4F605A

Color information

#4F605A (or 0x4F605A) is unknown color: approx 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

RGB799690-
CMYK0.1800.060.62
HSL158.82º9.71%34.31%-
HSV(B)158.82º17.71%37.65%-
XYZ9.2510.7711.26-
YUV90.23127.87119.99-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996900.1800.060.62158.829.7134.31
Hex4F605A12063E9fa22
Octal1171401322206762371242
Binary100111111000001011010100100110111110100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>