#4F625D

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

Shades of Viridian Green #4F625D

Tints of Viridian Green #4F625D

Color information

#4F625D (or 0x4F625D) is unknown color: approx Viridian Green. HEX triplet: 4F, 62 and 5D. RGB value is (79,98,93). Sum of RGB (Red+Green+Blue) = 79+98+93=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #4F625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F625D is #B09DA2. Grayscale: #5B5B5B. Windows color (decimal): -11574691 or 6120015. OLE color: 6120015.

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

Color convert

RGB799893-
CMYK0.1900.050.62
HSL164.21º10.73%34.71%-
HSV(B)164.21º19.39%38.43%-
XYZ9.5711.1912.01-
YUV91.75128.71118.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=29.26%
G=36.30%
B=34.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998930.1900.050.62164.2110.7334.71
Hex4F625D13053Ea4b23
Octal1171421352305762441343
Binary100111111000101011101100110101111110101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,93); }

 H1.HeaderClassName
 {
   color: #4F625D;
 }
 .AnyTagClassName
 {
   color: #4F625D;
 }
</style>
background-color css

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

 a { background-color: rgb(79,98,93); }

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

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

 span { border-color: rgb(79,98,93); }

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