#4F8867

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

Shades of Como #4F8867

Tints of Como #4F8867

Color information

#4F8867 (or 0x4F8867) is unknown color: approx Como. HEX triplet: 4F, 88 and 67. RGB value is (79,136,103). Sum of RGB (Red+Green+Blue) = 79+136+103=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8867 is #B07798. Grayscale: #737373. Windows color (decimal): -11564953 or 6785103. OLE color: 6785103.

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

Color convert

RGB79136103-
CMYK0.4200.240.47
HSL145.26º26.51%42.16%-
HSV(B)145.26º41.91%53.33%-
XYZ14.4820.2515.98-
YUV115.2121.12102.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=24.84%
G=42.77%
B=32.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791361030.4200.240.47145.2626.5142.16
Hex4F88672A0182F911b2a
Octal11721014752030572213352
Binary10011111000100011001111010100110001011111001000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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