#4F6258

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

Shades of Viridian Green #4F6258

Tints of Viridian Green #4F6258

Color information

#4F6258 (or 0x4F6258) is unknown color: approx Viridian Green. HEX triplet: 4F, 62 and 58. RGB value is (79,98,88). Sum of RGB (Red+Green+Blue) = 79+98+88=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6258 is #B09DA7. Grayscale: #5B5B5B. Windows color (decimal): -11574696 or 5792335. OLE color: 5792335.

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

Color convert

RGB799888-
CMYK0.1900.100.62
HSL148.42º10.73%34.71%-
HSV(B)148.42º19.39%38.43%-
XYZ9.3511.110.88-
YUV91.18126.21119.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.81%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=29.81%
G=36.98%
B=33.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998880.1900.100.62148.4210.7334.71
Hex4F6258130A3E94b23
Octal11714213023012762241343
Binary1001111110001010110001001101010111110100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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