#4F8869

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

Shades of Como #4F8869

Tints of Como #4F8869

Color information

#4F8869 (or 0x4F8869) is unknown color: approx Como. HEX triplet: 4F, 88 and 69. RGB value is (79,136,105). Sum of RGB (Red+Green+Blue) = 79+136+105=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8869 is #B07796. Grayscale: #737373. Windows color (decimal): -11564951 or 6916175. OLE color: 6916175.

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

Color convert

RGB79136105-
CMYK0.4200.230.47
HSL147.37º26.51%42.16%-
HSV(B)147.37º41.91%53.33%-
XYZ14.5820.2916.51-
YUV115.42122.12102.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=24.69%
G=42.5%
B=32.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791361050.4200.230.47147.3726.5142.16
Hex4F88692A0172F931b2a
Octal11721015152027572233352
Binary10011111000100011010011010100101111011111001001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,105); }

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

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

 a { background-color: rgb(79,136,105); }

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

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

 span { border-color: rgb(79,136,105); }

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