#4F855A

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

Shades of Como #4F855A

Tints of Como #4F855A

Color information

#4F855A (or 0x4F855A) is unknown color: approx Como. HEX triplet: 4F, 85 and 5A. RGB value is (79,133,90). Sum of RGB (Red+Green+Blue) = 79+133+90=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #4F855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F855A is #B07AA5. Grayscale: #707070. Windows color (decimal): -11565734 or 5932367. OLE color: 5932367.

HSL color Cylindrical-coordinate representation of color #4F855A: hue angle of 132.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F855A is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB7913390-
CMYK0.4100.320.48
HSL132.22º25.47%41.57%-
HSV(B)132.22º40.6%52.16%-
XYZ13.4619.1812.66-
YUV111.95115.61104.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=26.16%
G=44.04%
B=29.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79133900.4100.320.48132.2225.4741.57
Hex4F855A290203084192a
Octal11720513251040602043152
Binary100111110000101101101010100101000001100001000010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,90); }

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

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

 a { background-color: rgb(79,133,90); }

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

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

 span { border-color: rgb(79,133,90); }

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