#4F8961

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

Shades of Como #4F8961

Tints of Como #4F8961

Color information

#4F8961 (or 0x4F8961) is unknown color: approx Como. HEX triplet: 4F, 89 and 61. RGB value is (79,137,97). Sum of RGB (Red+Green+Blue) = 79+137+97=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8961 is #B0769E. Grayscale: #737373. Windows color (decimal): -11564703 or 6392143. OLE color: 6392143.

HSL color Cylindrical-coordinate representation of color #4F8961: hue angle of 138.62º 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 #4F8961 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB7913797-
CMYK0.4200.290.46
HSL138.62º26.85%42.35%-
HSV(B)138.62º42.34%53.73%-
XYZ14.3320.4214.49-
YUV115.1117.78102.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=25.24%
G=43.77%
B=30.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79137970.4200.290.46138.6226.8542.35
Hex4F89612A01D2E8b1b2a
Octal11721114152035562133352
Binary10011111000100111000011010100111011011101000101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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