#4F8962

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

Shades of Como #4F8962

Tints of Como #4F8962

Color information

#4F8962 (or 0x4F8962) is unknown color: approx Como. HEX triplet: 4F, 89 and 62. RGB value is (79,137,98). Sum of RGB (Red+Green+Blue) = 79+137+98=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8962 is #B0769D. Grayscale: #737373. Windows color (decimal): -11564702 or 6457679. OLE color: 6457679.

HSL color Cylindrical-coordinate representation of color #4F8962: hue angle of 139.66º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8962 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB7913798-
CMYK0.4200.280.46
HSL139.66º26.85%42.35%-
HSV(B)139.66º42.34%53.73%-
XYZ14.3720.4414.74-
YUV115.21118.28102.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=25.16%
G=43.63%
B=31.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79137980.4200.280.46139.6626.8542.35
Hex4F89622A01C2E8c1b2a
Octal11721114252034562143352
Binary10011111000100111000101010100111001011101000110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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